Shades of Hurricane #897F7A
Tints of Hurricane #897F7A
RGB
CMYK
RGB Variations
Color information
#897F7A (or 0x897F7A) is known color: Hurricane. HEX triplet: 89, 7F and 7A. RGB value is (137,127,122). Sum of RGB (Red+Green+Blue) = 137+127+122=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F7A is #768085. Grayscale: #818181. Windows color (decimal): -7766150 or 8028041. OLE color: 8028041.
HSL color Cylindrical-coordinate representation of color #897F7A: hue angle of 20º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #897F7A is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 122 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.46 |
| HSL | 20º | 0.06% | 0.51% | - |
| HSV(B) | 20º | 0.11% | 0.54% | - |
| XYZ | 21.42 | 21.9 | 21.51 | - |
| YUV | 129.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 122 | 0 | 0.07 | 0.11 | 0.46 | 20 | 0.06 | 0.51 |
| Hex | 89 | 7F | 7A | 0 | 7 | B | 2E | 14 | 6 | 33 |
| Octal | 211 | 177 | 172 | 0 | 7 | 13 | 56 | 24 | 6 | 63 |
| Binary | 10001001 | 1111111 | 1111010 | 0 | 111 | 1011 | 101110 | 10100 | 110 | 110011 |
Color Harmonies of #897F7A
Complementary color
Monochromatic Colors of #897F7A
Black with #897F7A
Text Example
Text Example
White with #897F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F7A; }
p { color: rgb(137,127,122); }
H1.HeaderClassName
{
color: #897F7A;
}
.AnyTagClassName
{
color: #897F7A;
}
</style>
background-color css
<style>
a { background-color: #897F7A; }
a { background-color: rgb(137,127,122); }
div.DivClassName
{
background-color: #897F7A;
}
.BgClassName
{
background-color: #897F7A;
}
</style>
border-color css
<style>
span { border-color: #897F7A; }
span { border-color: rgb(137,127,122); }
td.TdClassName
{
border-color: #897F7A;
}
.TagClassName
{
border-color: #897F7A;
}
</style>