Shades of Hurricane #8C776F
Tints of Hurricane #8C776F
RGB
CMYK
RGB Variations
Color information
#8C776F (or 0x8C776F) is known color: Hurricane. HEX triplet: 8C, 77 and 6F. RGB value is (140,119,111). Sum of RGB (Red+Green+Blue) = 140+119+111=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C776F is #738890. Grayscale: #7C7C7C. Windows color (decimal): -7571601 or 7305100. OLE color: 7305100.
HSL color Cylindrical-coordinate representation of color #8C776F: hue angle of 16.55º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C776F is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 119 | 111 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.45 |
| HSL | 16.55º | 0.12% | 0.49% | - |
| HSV(B) | 16.55º | 0.21% | 0.55% | - |
| XYZ | 20.28 | 19.92 | 17.81 | - |
| YUV | 124.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 111 | 0 | 0.15 | 0.21 | 0.45 | 16.55 | 0.12 | 0.49 |
| Hex | 8C | 77 | 6F | 0 | F | 15 | 2D | 11 | C | 31 |
| Octal | 214 | 167 | 157 | 0 | 17 | 25 | 55 | 21 | 14 | 61 |
| Binary | 10001100 | 1110111 | 1101111 | 0 | 1111 | 10101 | 101101 | 10001 | 1100 | 110001 |
Color Harmonies of #8C776F
Complementary color
Monochromatic Colors of #8C776F
Black with #8C776F
Text Example
Text Example
White with #8C776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C776F; }
p { color: rgb(140,119,111); }
H1.HeaderClassName
{
color: #8C776F;
}
.AnyTagClassName
{
color: #8C776F;
}
</style>
background-color css
<style>
a { background-color: #8C776F; }
a { background-color: rgb(140,119,111); }
div.DivClassName
{
background-color: #8C776F;
}
.BgClassName
{
background-color: #8C776F;
}
</style>
border-color css
<style>
span { border-color: #8C776F; }
span { border-color: rgb(140,119,111); }
td.TdClassName
{
border-color: #8C776F;
}
.TagClassName
{
border-color: #8C776F;
}
</style>