Shades of Hurricane #897D7A
Tints of Hurricane #897D7A
RGB
CMYK
RGB Variations
Color information
#897D7A (or 0x897D7A) is known color: Hurricane. HEX triplet: 89, 7D and 7A. RGB value is (137,125,122). Sum of RGB (Red+Green+Blue) = 137+125+122=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #897D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D7A is #768285. Grayscale: #808080. Windows color (decimal): -7766662 or 8027529. OLE color: 8027529.
HSL color Cylindrical-coordinate representation of color #897D7A: hue angle of 12º 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 #897D7A is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 125 | 122 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.46 |
| HSL | 12º | 0.06% | 0.51% | - |
| HSV(B) | 12º | 0.11% | 0.54% | - |
| XYZ | 21.16 | 21.39 | 21.43 | - |
| YUV | 128.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 122 | 0 | 0.09 | 0.11 | 0.46 | 12 | 0.06 | 0.51 |
| Hex | 89 | 7D | 7A | 0 | 9 | B | 2E | C | 6 | 33 |
| Octal | 211 | 175 | 172 | 0 | 11 | 13 | 56 | 14 | 6 | 63 |
| Binary | 10001001 | 1111101 | 1111010 | 0 | 1001 | 1011 | 101110 | 1100 | 110 | 110011 |
Color Harmonies of #897D7A
Complementary color
Monochromatic Colors of #897D7A
Black with #897D7A
Text Example
Text Example
White with #897D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D7A; }
p { color: rgb(137,125,122); }
H1.HeaderClassName
{
color: #897D7A;
}
.AnyTagClassName
{
color: #897D7A;
}
</style>
background-color css
<style>
a { background-color: #897D7A; }
a { background-color: rgb(137,125,122); }
div.DivClassName
{
background-color: #897D7A;
}
.BgClassName
{
background-color: #897D7A;
}
</style>
border-color css
<style>
span { border-color: #897D7A; }
span { border-color: rgb(137,125,122); }
td.TdClassName
{
border-color: #897D7A;
}
.TagClassName
{
border-color: #897D7A;
}
</style>