Shades of Hurricane #8B7771
Tints of Hurricane #8B7771
RGB
CMYK
RGB Variations
Color information
#8B7771 (or 0x8B7771) is known color: Hurricane. HEX triplet: 8B, 77 and 71. RGB value is (139,119,113). Sum of RGB (Red+Green+Blue) = 139+119+113=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7771 is #74888E. Grayscale: #7C7C7C. Windows color (decimal): -7637135 or 7436171. OLE color: 7436171.
HSL color Cylindrical-coordinate representation of color #8B7771: hue angle of 13.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7771 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 113 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.45 |
| HSL | 13.85º | 0.1% | 0.49% | - |
| HSV(B) | 13.85º | 0.19% | 0.55% | - |
| XYZ | 20.22 | 19.87 | 18.39 | - |
| YUV | 124.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 113 | 0 | 0.14 | 0.19 | 0.45 | 13.85 | 0.1 | 0.49 |
| Hex | 8B | 77 | 71 | 0 | E | 13 | 2D | E | A | 31 |
| Octal | 213 | 167 | 161 | 0 | 16 | 23 | 55 | 16 | 12 | 61 |
| Binary | 10001011 | 1110111 | 1110001 | 0 | 1110 | 10011 | 101101 | 1110 | 1010 | 110001 |
Color Harmonies of #8B7771
Complementary color
Monochromatic Colors of #8B7771
Black with #8B7771
Text Example
Text Example
White with #8B7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7771; }
p { color: rgb(139,119,113); }
H1.HeaderClassName
{
color: #8B7771;
}
.AnyTagClassName
{
color: #8B7771;
}
</style>
background-color css
<style>
a { background-color: #8B7771; }
a { background-color: rgb(139,119,113); }
div.DivClassName
{
background-color: #8B7771;
}
.BgClassName
{
background-color: #8B7771;
}
</style>
border-color css
<style>
span { border-color: #8B7771; }
span { border-color: rgb(139,119,113); }
td.TdClassName
{
border-color: #8B7771;
}
.TagClassName
{
border-color: #8B7771;
}
</style>