Color spaces of #977155
RGB | 151 | 113 | 85 |
---|---|---|---|
HSL | 0.07 | 0.28 | 0.46 |
HSV | 25° | 44° | 59° |
CMYK | 0.00 | 0.25 | 0.44 0.41 |
XYZ | 20.3073 | 19.0454 | 11.2002 |
Yxy | 19.0454 | 0.4017 | 0.3767 |
Hunter Lab | 43.6410 | 6.6888 | 15.3323 |
CIE-Lab | 50.7403 | 11.2369 | 21.3596 |
#977155 color RGB value is (151,113,85).
#977155 hex color red value is 151, green value is 113 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #977155 hue: 0.07 , saturation: 0.28 and the lightness value of 977155 is 0.46.
The process color (four color CMYK) of #977155 color hex is 0.00, 0.25, 0.44, 0.41. Web safe color of #977155 is #996666. Color #977155 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01110001 | 01010101 |
Octal | 227 | 161 | 125 |
Decimal | 151 | 113 | 85 |
Hex | 97 | 71 | 55 |
Shades of #977155
Tints of #977155
RGB Percentages of Color #977155
CMYK Percentages of Color #977155
Complementary Color
#977155 | #557b97 |
#977155 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#977155 Color Preview on White Background
Lorem ipsum dolor sit amet.
#977155 Color CSS Codes
.mybgcolor {background-color:#977155; } .myforecolor {color:#977155; } .mybordercolor {border:3px solid #977155; }
#977155 Text Font Color
<p style="color:#977155">Text here</p>
This sample text font color is #977155
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.
#977155 Background Color
<div style="background-color:#977155">
Div content here</div>
This div background color is #977155
#977155 Border Color
<div style="border:3px solid #977155">
Div here</div>
This div border color is #977155
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,113,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #977155; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #977155; -webkit-box-shadow: 1px 1px 3px 2px #977155; box-shadow: 1px 1px 3px 2px #977155; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,113,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #977155">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #977155; -webkit-box-shadow: 1px 1px 3px 2px #977155; box-shadow: 1px 1px 3px 2px #977155;">
Div content here</div>
This div box has shadow with color #977155
Comments
No comments written yet.
Please login to write comment.