Shades of Hurricane #8C756B
Tints of Hurricane #8C756B
RGB
CMYK
RGB Variations
Color information
#8C756B (or 0x8C756B) is known color: Hurricane. HEX triplet: 8C, 75 and 6B. RGB value is (140,117,107). Sum of RGB (Red+Green+Blue) = 140+117+107=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C756B is #738A94. Grayscale: #7A7A7A. Windows color (decimal): -7572117 or 7042444. OLE color: 7042444.
HSL color Cylindrical-coordinate representation of color #8C756B: hue angle of 18.18º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C756B is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 107 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.45 |
| HSL | 18.18º | 0.13% | 0.48% | - |
| HSV(B) | 18.18º | 0.24% | 0.55% | - |
| XYZ | 19.83 | 19.36 | 16.6 | - |
| YUV | 122.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 107 | 0 | 0.16 | 0.24 | 0.45 | 18.18 | 0.13 | 0.48 |
| Hex | 8C | 75 | 6B | 0 | 10 | 18 | 2D | 12 | D | 30 |
| Octal | 214 | 165 | 153 | 0 | 20 | 30 | 55 | 22 | 15 | 60 |
| Binary | 10001100 | 1110101 | 1101011 | 0 | 10000 | 11000 | 101101 | 10010 | 1101 | 110000 |
Color Harmonies of #8C756B
Complementary color
Monochromatic Colors of #8C756B
Black with #8C756B
Text Example
Text Example
White with #8C756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C756B; }
p { color: rgb(140,117,107); }
H1.HeaderClassName
{
color: #8C756B;
}
.AnyTagClassName
{
color: #8C756B;
}
</style>
background-color css
<style>
a { background-color: #8C756B; }
a { background-color: rgb(140,117,107); }
div.DivClassName
{
background-color: #8C756B;
}
.BgClassName
{
background-color: #8C756B;
}
</style>
border-color css
<style>
span { border-color: #8C756B; }
span { border-color: rgb(140,117,107); }
td.TdClassName
{
border-color: #8C756B;
}
.TagClassName
{
border-color: #8C756B;
}
</style>