Shades of Hurricane #897A74
Tints of Hurricane #897A74
RGB
CMYK
RGB Variations
Color information
#897A74 (or 0x897A74) is known color: Hurricane. HEX triplet: 89, 7A and 74. RGB value is (137,122,116). Sum of RGB (Red+Green+Blue) = 137+122+116=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #897A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A74 is #76858B. Grayscale: #7D7D7D. Windows color (decimal): -7767436 or 7633545. OLE color: 7633545.
HSL color Cylindrical-coordinate representation of color #897A74: hue angle of 17.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897A74 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 116 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.46 |
| HSL | 17.14º | 0.08% | 0.5% | - |
| HSV(B) | 17.14º | 0.15% | 0.54% | - |
| XYZ | 20.43 | 20.5 | 19.4 | - |
| YUV | 125.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 116 | 0 | 0.11 | 0.15 | 0.46 | 17.14 | 0.08 | 0.5 |
| Hex | 89 | 7A | 74 | 0 | B | F | 2E | 11 | 8 | 32 |
| Octal | 211 | 172 | 164 | 0 | 13 | 17 | 56 | 21 | 10 | 62 |
| Binary | 10001001 | 1111010 | 1110100 | 0 | 1011 | 1111 | 101110 | 10001 | 1000 | 110010 |
Color Harmonies of #897A74
Complementary color
Monochromatic Colors of #897A74
Black with #897A74
Text Example
Text Example
White with #897A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A74; }
p { color: rgb(137,122,116); }
H1.HeaderClassName
{
color: #897A74;
}
.AnyTagClassName
{
color: #897A74;
}
</style>
background-color css
<style>
a { background-color: #897A74; }
a { background-color: rgb(137,122,116); }
div.DivClassName
{
background-color: #897A74;
}
.BgClassName
{
background-color: #897A74;
}
</style>
border-color css
<style>
span { border-color: #897A74; }
span { border-color: rgb(137,122,116); }
td.TdClassName
{
border-color: #897A74;
}
.TagClassName
{
border-color: #897A74;
}
</style>