Shades of Hurricane #8A756D
Tints of Hurricane #8A756D
RGB
CMYK
RGB Variations
Color information
#8A756D (or 0x8A756D) is known color: Hurricane. HEX triplet: 8A, 75 and 6D. RGB value is (138,117,109). Sum of RGB (Red+Green+Blue) = 138+117+109=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A756D is #758A92. Grayscale: #7A7A7A. Windows color (decimal): -7703187 or 7173514. OLE color: 7173514.
HSL color Cylindrical-coordinate representation of color #8A756D: hue angle of 16.55º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A756D is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 109 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.46 |
| HSL | 16.55º | 0.12% | 0.48% | - |
| HSV(B) | 16.55º | 0.21% | 0.54% | - |
| XYZ | 19.6 | 19.23 | 17.15 | - |
| YUV | 122.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 109 | 0 | 0.15 | 0.21 | 0.46 | 16.55 | 0.12 | 0.48 |
| Hex | 8A | 75 | 6D | 0 | F | 15 | 2E | 11 | C | 30 |
| Octal | 212 | 165 | 155 | 0 | 17 | 25 | 56 | 21 | 14 | 60 |
| Binary | 10001010 | 1110101 | 1101101 | 0 | 1111 | 10101 | 101110 | 10001 | 1100 | 110000 |
Color Harmonies of #8A756D
Complementary color
Monochromatic Colors of #8A756D
Black with #8A756D
Text Example
Text Example
White with #8A756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A756D; }
p { color: rgb(138,117,109); }
H1.HeaderClassName
{
color: #8A756D;
}
.AnyTagClassName
{
color: #8A756D;
}
</style>
background-color css
<style>
a { background-color: #8A756D; }
a { background-color: rgb(138,117,109); }
div.DivClassName
{
background-color: #8A756D;
}
.BgClassName
{
background-color: #8A756D;
}
</style>
border-color css
<style>
span { border-color: #8A756D; }
span { border-color: rgb(138,117,109); }
td.TdClassName
{
border-color: #8A756D;
}
.TagClassName
{
border-color: #8A756D;
}
</style>