Shades of Hurricane #8B786E
Tints of Hurricane #8B786E
RGB
CMYK
RGB Variations
Color information
#8B786E (or 0x8B786E) is known color: Hurricane. HEX triplet: 8B, 78 and 6E. RGB value is (139,120,110). Sum of RGB (Red+Green+Blue) = 139+120+110=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B786E is #748791. Grayscale: #7C7C7C. Windows color (decimal): -7636882 or 7239819. OLE color: 7239819.
HSL color Cylindrical-coordinate representation of color #8B786E: hue angle of 20.69º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B786E is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 110 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.45 |
| HSL | 20.69º | 0.12% | 0.49% | - |
| HSV(B) | 20.69º | 0.21% | 0.55% | - |
| XYZ | 20.18 | 20.05 | 17.56 | - |
| YUV | 124.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 110 | 0 | 0.14 | 0.21 | 0.45 | 20.69 | 0.12 | 0.49 |
| Hex | 8B | 78 | 6E | 0 | E | 15 | 2D | 15 | C | 31 |
| Octal | 213 | 170 | 156 | 0 | 16 | 25 | 55 | 25 | 14 | 61 |
| Binary | 10001011 | 1111000 | 1101110 | 0 | 1110 | 10101 | 101101 | 10101 | 1100 | 110001 |
Color Harmonies of #8B786E
Complementary color
Monochromatic Colors of #8B786E
Black with #8B786E
Text Example
Text Example
White with #8B786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B786E; }
p { color: rgb(139,120,110); }
H1.HeaderClassName
{
color: #8B786E;
}
.AnyTagClassName
{
color: #8B786E;
}
</style>
background-color css
<style>
a { background-color: #8B786E; }
a { background-color: rgb(139,120,110); }
div.DivClassName
{
background-color: #8B786E;
}
.BgClassName
{
background-color: #8B786E;
}
</style>
border-color css
<style>
span { border-color: #8B786E; }
span { border-color: rgb(139,120,110); }
td.TdClassName
{
border-color: #8B786E;
}
.TagClassName
{
border-color: #8B786E;
}
</style>