Shades of Hurricane #8A766D
Tints of Hurricane #8A766D
RGB
CMYK
RGB Variations
Color information
#8A766D (or 0x8A766D) is known color: Hurricane. HEX triplet: 8A, 76 and 6D. RGB value is (138,118,109). Sum of RGB (Red+Green+Blue) = 138+118+109=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A766D is #758992. Grayscale: #7B7B7B. Windows color (decimal): -7702931 or 7173770. OLE color: 7173770.
HSL color Cylindrical-coordinate representation of color #8A766D: hue angle of 18.62º 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 #8A766D is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 109 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.46 |
| HSL | 18.62º | 0.12% | 0.48% | - |
| HSV(B) | 18.62º | 0.21% | 0.54% | - |
| XYZ | 19.72 | 19.46 | 17.19 | - |
| YUV | 122.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 109 | 0 | 0.14 | 0.21 | 0.46 | 18.62 | 0.12 | 0.48 |
| Hex | 8A | 76 | 6D | 0 | E | 15 | 2E | 13 | C | 30 |
| Octal | 212 | 166 | 155 | 0 | 16 | 25 | 56 | 23 | 14 | 60 |
| Binary | 10001010 | 1110110 | 1101101 | 0 | 1110 | 10101 | 101110 | 10011 | 1100 | 110000 |
Color Harmonies of #8A766D
Complementary color
Monochromatic Colors of #8A766D
Black with #8A766D
Text Example
Text Example
White with #8A766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A766D; }
p { color: rgb(138,118,109); }
H1.HeaderClassName
{
color: #8A766D;
}
.AnyTagClassName
{
color: #8A766D;
}
</style>
background-color css
<style>
a { background-color: #8A766D; }
a { background-color: rgb(138,118,109); }
div.DivClassName
{
background-color: #8A766D;
}
.BgClassName
{
background-color: #8A766D;
}
</style>
border-color css
<style>
span { border-color: #8A766D; }
span { border-color: rgb(138,118,109); }
td.TdClassName
{
border-color: #8A766D;
}
.TagClassName
{
border-color: #8A766D;
}
</style>