Shades of Hurricane #8A736A
Tints of Hurricane #8A736A
RGB
CMYK
RGB Variations
Color information
#8A736A (or 0x8A736A) is known color: Hurricane. HEX triplet: 8A, 73 and 6A. RGB value is (138,115,106). Sum of RGB (Red+Green+Blue) = 138+115+106=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A736A is #758C95. Grayscale: #787878. Windows color (decimal): -7703702 or 6976394. OLE color: 6976394.
HSL color Cylindrical-coordinate representation of color #8A736A: hue angle of 16.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A736A is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 115 | 106 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.46 |
| HSL | 16.88º | 0.13% | 0.48% | - |
| HSV(B) | 16.88º | 0.23% | 0.54% | - |
| XYZ | 19.21 | 18.71 | 16.23 | - |
| YUV | 120.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 106 | 0 | 0.17 | 0.23 | 0.46 | 16.88 | 0.13 | 0.48 |
| Hex | 8A | 73 | 6A | 0 | 11 | 17 | 2E | 11 | D | 30 |
| Octal | 212 | 163 | 152 | 0 | 21 | 27 | 56 | 21 | 15 | 60 |
| Binary | 10001010 | 1110011 | 1101010 | 0 | 10001 | 10111 | 101110 | 10001 | 1101 | 110000 |
Color Harmonies of #8A736A
Complementary color
Monochromatic Colors of #8A736A
Black with #8A736A
Text Example
Text Example
White with #8A736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A736A; }
p { color: rgb(138,115,106); }
H1.HeaderClassName
{
color: #8A736A;
}
.AnyTagClassName
{
color: #8A736A;
}
</style>
background-color css
<style>
a { background-color: #8A736A; }
a { background-color: rgb(138,115,106); }
div.DivClassName
{
background-color: #8A736A;
}
.BgClassName
{
background-color: #8A736A;
}
</style>
border-color css
<style>
span { border-color: #8A736A; }
span { border-color: rgb(138,115,106); }
td.TdClassName
{
border-color: #8A736A;
}
.TagClassName
{
border-color: #8A736A;
}
</style>