Shades of Hurricane #8C7B71
Tints of Hurricane #8C7B71
RGB
CMYK
RGB Variations
Color information
#8C7B71 (or 0x8C7B71) is known color: Hurricane. HEX triplet: 8C, 7B and 71. RGB value is (140,123,113). Sum of RGB (Red+Green+Blue) = 140+123+113=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B71 is #73848E. Grayscale: #7F7F7F. Windows color (decimal): -7570575 or 7437196. OLE color: 7437196.
HSL color Cylindrical-coordinate representation of color #8C7B71: hue angle of 22.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7B71 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 113 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.45 |
| HSL | 22.22º | 0.11% | 0.5% | - |
| HSV(B) | 22.22º | 0.19% | 0.55% | - |
| XYZ | 20.88 | 20.93 | 18.56 | - |
| YUV | 126.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 113 | 0 | 0.12 | 0.19 | 0.45 | 22.22 | 0.11 | 0.5 |
| Hex | 8C | 7B | 71 | 0 | C | 13 | 2D | 16 | B | 32 |
| Octal | 214 | 173 | 161 | 0 | 14 | 23 | 55 | 26 | 13 | 62 |
| Binary | 10001100 | 1111011 | 1110001 | 0 | 1100 | 10011 | 101101 | 10110 | 1011 | 110010 |
Color Harmonies of #8C7B71
Complementary color
Monochromatic Colors of #8C7B71
Black with #8C7B71
Text Example
Text Example
White with #8C7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B71; }
p { color: rgb(140,123,113); }
H1.HeaderClassName
{
color: #8C7B71;
}
.AnyTagClassName
{
color: #8C7B71;
}
</style>
background-color css
<style>
a { background-color: #8C7B71; }
a { background-color: rgb(140,123,113); }
div.DivClassName
{
background-color: #8C7B71;
}
.BgClassName
{
background-color: #8C7B71;
}
</style>
border-color css
<style>
span { border-color: #8C7B71; }
span { border-color: rgb(140,123,113); }
td.TdClassName
{
border-color: #8C7B71;
}
.TagClassName
{
border-color: #8C7B71;
}
</style>