Shades of Hurricane #8B756D
Tints of Hurricane #8B756D
RGB
CMYK
RGB Variations
Color information
#8B756D (or 0x8B756D) is known color: Hurricane. HEX triplet: 8B, 75 and 6D. RGB value is (139,117,109). Sum of RGB (Red+Green+Blue) = 139+117+109=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B756D is #748A92. Grayscale: #7A7A7A. Windows color (decimal): -7637651 or 7173515. OLE color: 7173515.
HSL color Cylindrical-coordinate representation of color #8B756D: hue angle of 16º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B756D is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 109 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.45 |
| HSL | 16º | 0.12% | 0.49% | - |
| HSV(B) | 16º | 0.22% | 0.55% | - |
| XYZ | 19.77 | 19.32 | 17.15 | - |
| YUV | 122.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 109 | 0 | 0.16 | 0.22 | 0.45 | 16 | 0.12 | 0.49 |
| Hex | 8B | 75 | 6D | 0 | 10 | 16 | 2D | 10 | C | 31 |
| Octal | 213 | 165 | 155 | 0 | 20 | 26 | 55 | 20 | 14 | 61 |
| Binary | 10001011 | 1110101 | 1101101 | 0 | 10000 | 10110 | 101101 | 10000 | 1100 | 110001 |
Color Harmonies of #8B756D
Complementary color
Monochromatic Colors of #8B756D
Black with #8B756D
Text Example
Text Example
White with #8B756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B756D; }
p { color: rgb(139,117,109); }
H1.HeaderClassName
{
color: #8B756D;
}
.AnyTagClassName
{
color: #8B756D;
}
</style>
background-color css
<style>
a { background-color: #8B756D; }
a { background-color: rgb(139,117,109); }
div.DivClassName
{
background-color: #8B756D;
}
.BgClassName
{
background-color: #8B756D;
}
</style>
border-color css
<style>
span { border-color: #8B756D; }
span { border-color: rgb(139,117,109); }
td.TdClassName
{
border-color: #8B756D;
}
.TagClassName
{
border-color: #8B756D;
}
</style>