Shades of Hurricane #8C766C
Tints of Hurricane #8C766C
RGB
CMYK
RGB Variations
Color information
#8C766C (or 0x8C766C) is known color: Hurricane. HEX triplet: 8C, 76 and 6C. RGB value is (140,118,108). Sum of RGB (Red+Green+Blue) = 140+118+108=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C766C is #738993. Grayscale: #7B7B7B. Windows color (decimal): -7571860 or 7108236. OLE color: 7108236.
HSL color Cylindrical-coordinate representation of color #8C766C: hue angle of 18.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C766C is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 108 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.45 |
| HSL | 18.75º | 0.13% | 0.49% | - |
| HSV(B) | 18.75º | 0.23% | 0.55% | - |
| XYZ | 20 | 19.62 | 16.92 | - |
| YUV | 123.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 108 | 0 | 0.16 | 0.23 | 0.45 | 18.75 | 0.13 | 0.49 |
| Hex | 8C | 76 | 6C | 0 | 10 | 17 | 2D | 13 | D | 31 |
| Octal | 214 | 166 | 154 | 0 | 20 | 27 | 55 | 23 | 15 | 61 |
| Binary | 10001100 | 1110110 | 1101100 | 0 | 10000 | 10111 | 101101 | 10011 | 1101 | 110001 |
Color Harmonies of #8C766C
Complementary color
Monochromatic Colors of #8C766C
Black with #8C766C
Text Example
Text Example
White with #8C766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C766C; }
p { color: rgb(140,118,108); }
H1.HeaderClassName
{
color: #8C766C;
}
.AnyTagClassName
{
color: #8C766C;
}
</style>
background-color css
<style>
a { background-color: #8C766C; }
a { background-color: rgb(140,118,108); }
div.DivClassName
{
background-color: #8C766C;
}
.BgClassName
{
background-color: #8C766C;
}
</style>
border-color css
<style>
span { border-color: #8C766C; }
span { border-color: rgb(140,118,108); }
td.TdClassName
{
border-color: #8C766C;
}
.TagClassName
{
border-color: #8C766C;
}
</style>