Shades of Hurricane #8A756C
Tints of Hurricane #8A756C
RGB
CMYK
RGB Variations
Color information
#8A756C (or 0x8A756C) is known color: Hurricane. HEX triplet: 8A, 75 and 6C. RGB value is (138,117,108). Sum of RGB (Red+Green+Blue) = 138+117+108=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A756C is #758A93. Grayscale: #7A7A7A. Windows color (decimal): -7703188 or 7107978. OLE color: 7107978.
HSL color Cylindrical-coordinate representation of color #8A756C: hue angle of 18º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A756C is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 108 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.46 |
| HSL | 18º | 0.12% | 0.48% | - |
| HSV(B) | 18º | 0.22% | 0.54% | - |
| XYZ | 19.55 | 19.21 | 16.86 | - |
| YUV | 122.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 108 | 0 | 0.15 | 0.22 | 0.46 | 18 | 0.12 | 0.48 |
| Hex | 8A | 75 | 6C | 0 | F | 16 | 2E | 12 | C | 30 |
| Octal | 212 | 165 | 154 | 0 | 17 | 26 | 56 | 22 | 14 | 60 |
| Binary | 10001010 | 1110101 | 1101100 | 0 | 1111 | 10110 | 101110 | 10010 | 1100 | 110000 |
Color Harmonies of #8A756C
Complementary color
Monochromatic Colors of #8A756C
Black with #8A756C
Text Example
Text Example
White with #8A756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A756C; }
p { color: rgb(138,117,108); }
H1.HeaderClassName
{
color: #8A756C;
}
.AnyTagClassName
{
color: #8A756C;
}
</style>
background-color css
<style>
a { background-color: #8A756C; }
a { background-color: rgb(138,117,108); }
div.DivClassName
{
background-color: #8A756C;
}
.BgClassName
{
background-color: #8A756C;
}
</style>
border-color css
<style>
span { border-color: #8A756C; }
span { border-color: rgb(138,117,108); }
td.TdClassName
{
border-color: #8A756C;
}
.TagClassName
{
border-color: #8A756C;
}
</style>