Shades of Hurricane #867A74
Tints of Hurricane #867A74
RGB
CMYK
RGB Variations
Color information
#867A74 (or 0x867A74) is known color: Hurricane. HEX triplet: 86, 7A and 74. RGB value is (134,122,116). Sum of RGB (Red+Green+Blue) = 134+122+116=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #867A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A74 is #79858B. Grayscale: #7C7C7C. Windows color (decimal): -7964044 or 7633542. OLE color: 7633542.
HSL color Cylindrical-coordinate representation of color #867A74: hue angle of 20º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #867A74 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 116 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.47 |
| HSL | 20º | 0.07% | 0.49% | - |
| HSV(B) | 20º | 0.13% | 0.53% | - |
| XYZ | 19.94 | 20.25 | 19.38 | - |
| YUV | 124.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 116 | 0 | 0.09 | 0.13 | 0.47 | 20 | 0.07 | 0.49 |
| Hex | 86 | 7A | 74 | 0 | 9 | D | 2F | 14 | 7 | 31 |
| Octal | 206 | 172 | 164 | 0 | 11 | 15 | 57 | 24 | 7 | 61 |
| Binary | 10000110 | 1111010 | 1110100 | 0 | 1001 | 1101 | 101111 | 10100 | 111 | 110001 |
Color Harmonies of #867A74
Complementary color
Monochromatic Colors of #867A74
Black with #867A74
Text Example
Text Example
White with #867A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A74; }
p { color: rgb(134,122,116); }
H1.HeaderClassName
{
color: #867A74;
}
.AnyTagClassName
{
color: #867A74;
}
</style>
background-color css
<style>
a { background-color: #867A74; }
a { background-color: rgb(134,122,116); }
div.DivClassName
{
background-color: #867A74;
}
.BgClassName
{
background-color: #867A74;
}
</style>
border-color css
<style>
span { border-color: #867A74; }
span { border-color: rgb(134,122,116); }
td.TdClassName
{
border-color: #867A74;
}
.TagClassName
{
border-color: #867A74;
}
</style>