Color spaces of #7b827b
RGB | 123 | 130 | 123 |
---|---|---|---|
HSL | 0.33 | 0.03 | 0.50 |
HSV | 120° | 5° | 51° |
CMYK | 0.05 | 0.00 | 0.05 0.49 |
XYZ | 19.7262 | 21.6063 | 21.8696 |
Yxy | 21.6063 | 0.3121 | 0.3419 |
Hunter Lab | 46.4826 | -5.5930 | 4.6424 |
CIE-Lab | 53.6068 | -3.9974 | 2.8847 |
#7b827b color RGB value is (123,130,123).
#7b827b hex color red value is 123, green value is 130 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #7b827b hue: 0.33 , saturation: 0.03 and the lightness value of 7b827b is 0.50.
The process color (four color CMYK) of #7b827b color hex is 0.05, 0.00, 0.05, 0.49. Web safe color of #7b827b is #669966. Color #7b827b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 10000010 | 01111011 |
Octal | 173 | 202 | 173 |
Decimal | 123 | 130 | 123 |
Hex | 7B | 82 | 7B |
Shades of #7b827b
Tints of #7b827b
RGB Percentages of Color #7b827b
CMYK Percentages of Color #7b827b
Complementary Color
#7b827b | #827b82 |
#7b827b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7b827b Color Preview on White Background
Lorem ipsum dolor sit amet.
#7b827b Color CSS Codes
.mybgcolor {background-color:#7b827b; } .myforecolor {color:#7b827b; } .mybordercolor {border:3px solid #7b827b; }
#7b827b Text Font Color
<p style="color:#7b827b">Text here</p>
This sample text font color is #7b827b
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.
#7b827b Background Color
<div style="background-color:#7b827b">
Div content here</div>
This div background color is #7b827b
#7b827b Border Color
<div style="border:3px solid #7b827b">
Div here</div>
This div border color is #7b827b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,130,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7b827b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7b827b; -webkit-box-shadow: 1px 1px 3px 2px #7b827b; box-shadow: 1px 1px 3px 2px #7b827b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,130,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7b827b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7b827b; -webkit-box-shadow: 1px 1px 3px 2px #7b827b; box-shadow: 1px 1px 3px 2px #7b827b;">
Div content here</div>
This div box has shadow with color #7b827b
Comments
No comments written yet.
Please login to write comment.