Shades of Hurricane #8B7B76
Tints of Hurricane #8B7B76
RGB
CMYK
RGB Variations
Color information
#8B7B76 (or 0x8B7B76) is known color: Hurricane. HEX triplet: 8B, 7B and 76. RGB value is (139,123,118). Sum of RGB (Red+Green+Blue) = 139+123+118=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B76 is #748489. Grayscale: #7F7F7F. Windows color (decimal): -7636106 or 7764875. OLE color: 7764875.
HSL color Cylindrical-coordinate representation of color #8B7B76: hue angle of 14.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B7B76 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 118 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.45 |
| HSL | 14.29º | 0.08% | 0.5% | - |
| HSV(B) | 14.29º | 0.15% | 0.55% | - |
| XYZ | 21 | 20.96 | 20.08 | - |
| YUV | 127.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 118 | 0 | 0.12 | 0.15 | 0.45 | 14.29 | 0.08 | 0.5 |
| Hex | 8B | 7B | 76 | 0 | C | F | 2D | E | 8 | 32 |
| Octal | 213 | 173 | 166 | 0 | 14 | 17 | 55 | 16 | 10 | 62 |
| Binary | 10001011 | 1111011 | 1110110 | 0 | 1100 | 1111 | 101101 | 1110 | 1000 | 110010 |
Color Harmonies of #8B7B76
Complementary color
Monochromatic Colors of #8B7B76
Black with #8B7B76
Text Example
Text Example
White with #8B7B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B76; }
p { color: rgb(139,123,118); }
H1.HeaderClassName
{
color: #8B7B76;
}
.AnyTagClassName
{
color: #8B7B76;
}
</style>
background-color css
<style>
a { background-color: #8B7B76; }
a { background-color: rgb(139,123,118); }
div.DivClassName
{
background-color: #8B7B76;
}
.BgClassName
{
background-color: #8B7B76;
}
</style>
border-color css
<style>
span { border-color: #8B7B76; }
span { border-color: rgb(139,123,118); }
td.TdClassName
{
border-color: #8B7B76;
}
.TagClassName
{
border-color: #8B7B76;
}
</style>