Shades of Hurricane #8B7B74
Tints of Hurricane #8B7B74
RGB
CMYK
RGB Variations
Color information
#8B7B74 (or 0x8B7B74) is known color: Hurricane. HEX triplet: 8B, 7B and 74. RGB value is (139,123,116). Sum of RGB (Red+Green+Blue) = 139+123+116=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B74 is #74848B. Grayscale: #7F7F7F. Windows color (decimal): -7636108 or 7633803. OLE color: 7633803.
HSL color Cylindrical-coordinate representation of color #8B7B74: hue angle of 18.26º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7B74 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 116 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.45 |
| HSL | 18.26º | 0.09% | 0.5% | - |
| HSV(B) | 18.26º | 0.17% | 0.55% | - |
| XYZ | 20.88 | 20.92 | 19.46 | - |
| YUV | 126.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 116 | 0 | 0.12 | 0.17 | 0.45 | 18.26 | 0.09 | 0.5 |
| Hex | 8B | 7B | 74 | 0 | C | 11 | 2D | 12 | 9 | 32 |
| Octal | 213 | 173 | 164 | 0 | 14 | 21 | 55 | 22 | 11 | 62 |
| Binary | 10001011 | 1111011 | 1110100 | 0 | 1100 | 10001 | 101101 | 10010 | 1001 | 110010 |
Color Harmonies of #8B7B74
Complementary color
Monochromatic Colors of #8B7B74
Black with #8B7B74
Text Example
Text Example
White with #8B7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B74; }
p { color: rgb(139,123,116); }
H1.HeaderClassName
{
color: #8B7B74;
}
.AnyTagClassName
{
color: #8B7B74;
}
</style>
background-color css
<style>
a { background-color: #8B7B74; }
a { background-color: rgb(139,123,116); }
div.DivClassName
{
background-color: #8B7B74;
}
.BgClassName
{
background-color: #8B7B74;
}
</style>
border-color css
<style>
span { border-color: #8B7B74; }
span { border-color: rgb(139,123,116); }
td.TdClassName
{
border-color: #8B7B74;
}
.TagClassName
{
border-color: #8B7B74;
}
</style>