Shades of Hurricane #8C756D
Tints of Hurricane #8C756D
RGB
CMYK
RGB Variations
Color information
#8C756D (or 0x8C756D) is known color: Hurricane. HEX triplet: 8C, 75 and 6D. RGB value is (140,117,109). Sum of RGB (Red+Green+Blue) = 140+117+109=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C756D is #738A92. Grayscale: #7B7B7B. Windows color (decimal): -7572115 or 7173516. OLE color: 7173516.
HSL color Cylindrical-coordinate representation of color #8C756D: hue angle of 15.48º 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 #8C756D is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 109 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.45 |
| HSL | 15.48º | 0.12% | 0.49% | - |
| HSV(B) | 15.48º | 0.22% | 0.55% | - |
| XYZ | 19.94 | 19.4 | 17.16 | - |
| YUV | 122.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 109 | 0 | 0.16 | 0.22 | 0.45 | 15.48 | 0.12 | 0.49 |
| Hex | 8C | 75 | 6D | 0 | 10 | 16 | 2D | F | C | 31 |
| Octal | 214 | 165 | 155 | 0 | 20 | 26 | 55 | 17 | 14 | 61 |
| Binary | 10001100 | 1110101 | 1101101 | 0 | 10000 | 10110 | 101101 | 1111 | 1100 | 110001 |
Color Harmonies of #8C756D
Complementary color
Monochromatic Colors of #8C756D
Black with #8C756D
Text Example
Text Example
White with #8C756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C756D; }
p { color: rgb(140,117,109); }
H1.HeaderClassName
{
color: #8C756D;
}
.AnyTagClassName
{
color: #8C756D;
}
</style>
background-color css
<style>
a { background-color: #8C756D; }
a { background-color: rgb(140,117,109); }
div.DivClassName
{
background-color: #8C756D;
}
.BgClassName
{
background-color: #8C756D;
}
</style>
border-color css
<style>
span { border-color: #8C756D; }
span { border-color: rgb(140,117,109); }
td.TdClassName
{
border-color: #8C756D;
}
.TagClassName
{
border-color: #8C756D;
}
</style>