Color spaces of #7e8758
RGB | 126 | 135 | 88 |
---|---|---|---|
HSL | 0.20 | 0.21 | 0.44 |
HSV | 71° | 35° | 53° |
CMYK | 0.07 | 0.00 | 0.35 0.47 |
XYZ | 19.0296 | 22.4681 | 12.5663 |
Yxy | 22.4681 | 0.3520 | 0.4156 |
Hunter Lab | 47.4005 | -11.2896 | 17.4621 |
CIE-Lab | 54.5202 | -11.4610 | 24.2119 |
#7e8758 color RGB value is (126,135,88).
#7e8758 hex color red value is 126, green value is 135 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #7e8758 hue: 0.20 , saturation: 0.21 and the lightness value of 7e8758 is 0.44.
The process color (four color CMYK) of #7e8758 color hex is 0.07, 0.00, 0.35, 0.47. Web safe color of #7e8758 is #669966. Color #7e8758 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 10000111 | 01011000 |
Octal | 176 | 207 | 130 |
Decimal | 126 | 135 | 88 |
Hex | 7E | 87 | 58 |
Shades of #7e8758
Tints of #7e8758
RGB Percentages of Color #7e8758
CMYK Percentages of Color #7e8758
Complementary Color
#7e8758 | #615887 |
#7e8758 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7e8758 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7e8758 Color CSS Codes
.mybgcolor {background-color:#7e8758; } .myforecolor {color:#7e8758; } .mybordercolor {border:3px solid #7e8758; }
#7e8758 Text Font Color
<p style="color:#7e8758">Text here</p>
This sample text font color is #7e8758
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#7e8758 Background Color
<div style="background-color:#7e8758">
Div content here</div>
This div background color is #7e8758
#7e8758 Border Color
<div style="border:3px solid #7e8758">
Div here</div>
This div border color is #7e8758
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,135,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7e8758; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7e8758; -webkit-box-shadow: 1px 1px 3px 2px #7e8758; box-shadow: 1px 1px 3px 2px #7e8758; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,135,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7e8758">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7e8758; -webkit-box-shadow: 1px 1px 3px 2px #7e8758; box-shadow: 1px 1px 3px 2px #7e8758;">
Div content here</div>
This div box has shadow with color #7e8758
Comments
No comments written yet.
Please login to write comment.