Color spaces of #847764
RGB | 132 | 119 | 100 |
---|---|---|---|
HSL | 0.10 | 0.14 | 0.45 |
HSV | 36° | 24° | 52° |
CMYK | 0.00 | 0.10 | 0.24 0.48 |
XYZ | 18.4128 | 19.0193 | 14.7572 |
Yxy | 19.0193 | 0.3528 | 0.3644 |
Hunter Lab | 43.6111 | -0.9560 | 10.4651 |
CIE-Lab | 50.7098 | 1.7681 | 12.2835 |
#847764 color RGB value is (132,119,100).
#847764 hex color red value is 132, green value is 119 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #847764 hue: 0.10 , saturation: 0.14 and the lightness value of 847764 is 0.45.
The process color (four color CMYK) of #847764 color hex is 0.00, 0.10, 0.24, 0.48. Web safe color of #847764 is #996666. Color #847764 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01110111 | 01100100 |
Octal | 204 | 167 | 144 |
Decimal | 132 | 119 | 100 |
Hex | 84 | 77 | 64 |
Shades of #847764
Tints of #847764
RGB Percentages of Color #847764
CMYK Percentages of Color #847764
Complementary Color
#847764 | #647184 |
#847764 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#847764 Color Preview on White Background
Lorem ipsum dolor sit amet.
#847764 Color CSS Codes
.mybgcolor {background-color:#847764; } .myforecolor {color:#847764; } .mybordercolor {border:3px solid #847764; }
#847764 Text Font Color
<p style="color:#847764">Text here</p>
This sample text font color is #847764
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.
#847764 Background Color
<div style="background-color:#847764">
Div content here</div>
This div background color is #847764
#847764 Border Color
<div style="border:3px solid #847764">
Div here</div>
This div border color is #847764
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,119,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #847764; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #847764; -webkit-box-shadow: 1px 1px 3px 2px #847764; box-shadow: 1px 1px 3px 2px #847764; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,119,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #847764">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #847764; -webkit-box-shadow: 1px 1px 3px 2px #847764; box-shadow: 1px 1px 3px 2px #847764;">
Div content here</div>
This div box has shadow with color #847764
Comments
No comments written yet.
Please login to write comment.