Shades of Hurricane #8B7C77
Tints of Hurricane #8B7C77
RGB
CMYK
RGB Variations
Color information
#8B7C77 (or 0x8B7C77) is known color: Hurricane. HEX triplet: 8B, 7C and 77. RGB value is (139,124,119). Sum of RGB (Red+Green+Blue) = 139+124+119=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C77 is #748388. Grayscale: #7F7F7F. Windows color (decimal): -7635849 or 7830667. OLE color: 7830667.
HSL color Cylindrical-coordinate representation of color #8B7C77: hue angle of 15º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B7C77 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 119 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.45 |
| HSL | 15º | 0.08% | 0.51% | - |
| HSV(B) | 15º | 0.14% | 0.55% | - |
| XYZ | 21.18 | 21.24 | 20.44 | - |
| YUV | 127.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 119 | 0 | 0.11 | 0.14 | 0.45 | 15 | 0.08 | 0.51 |
| Hex | 8B | 7C | 77 | 0 | B | E | 2D | F | 8 | 33 |
| Octal | 213 | 174 | 167 | 0 | 13 | 16 | 55 | 17 | 10 | 63 |
| Binary | 10001011 | 1111100 | 1110111 | 0 | 1011 | 1110 | 101101 | 1111 | 1000 | 110011 |
Color Harmonies of #8B7C77
Complementary color
Monochromatic Colors of #8B7C77
Black with #8B7C77
Text Example
Text Example
White with #8B7C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C77; }
p { color: rgb(139,124,119); }
H1.HeaderClassName
{
color: #8B7C77;
}
.AnyTagClassName
{
color: #8B7C77;
}
</style>
background-color css
<style>
a { background-color: #8B7C77; }
a { background-color: rgb(139,124,119); }
div.DivClassName
{
background-color: #8B7C77;
}
.BgClassName
{
background-color: #8B7C77;
}
</style>
border-color css
<style>
span { border-color: #8B7C77; }
span { border-color: rgb(139,124,119); }
td.TdClassName
{
border-color: #8B7C77;
}
.TagClassName
{
border-color: #8B7C77;
}
</style>