Shades of Hurricane #8C776D
Tints of Hurricane #8C776D
RGB
CMYK
RGB Variations
Color information
#8C776D (or 0x8C776D) is known color: Hurricane. HEX triplet: 8C, 77 and 6D. RGB value is (140,119,109). Sum of RGB (Red+Green+Blue) = 140+119+109=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C776D is #738892. Grayscale: #7C7C7C. Windows color (decimal): -7571603 or 7174028. OLE color: 7174028.
HSL color Cylindrical-coordinate representation of color #8C776D: hue angle of 19.35º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C776D is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 119 | 109 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.45 |
| HSL | 19.35º | 0.12% | 0.49% | - |
| HSV(B) | 19.35º | 0.22% | 0.55% | - |
| XYZ | 20.17 | 19.87 | 17.24 | - |
| YUV | 124.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 109 | 0 | 0.15 | 0.22 | 0.45 | 19.35 | 0.12 | 0.49 |
| Hex | 8C | 77 | 6D | 0 | F | 16 | 2D | 13 | C | 31 |
| Octal | 214 | 167 | 155 | 0 | 17 | 26 | 55 | 23 | 14 | 61 |
| Binary | 10001100 | 1110111 | 1101101 | 0 | 1111 | 10110 | 101101 | 10011 | 1100 | 110001 |
Color Harmonies of #8C776D
Complementary color
Monochromatic Colors of #8C776D
Black with #8C776D
Text Example
Text Example
White with #8C776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C776D; }
p { color: rgb(140,119,109); }
H1.HeaderClassName
{
color: #8C776D;
}
.AnyTagClassName
{
color: #8C776D;
}
</style>
background-color css
<style>
a { background-color: #8C776D; }
a { background-color: rgb(140,119,109); }
div.DivClassName
{
background-color: #8C776D;
}
.BgClassName
{
background-color: #8C776D;
}
</style>
border-color css
<style>
span { border-color: #8C776D; }
span { border-color: rgb(140,119,109); }
td.TdClassName
{
border-color: #8C776D;
}
.TagClassName
{
border-color: #8C776D;
}
</style>