Shades of Hurricane #897B74
Tints of Hurricane #897B74
RGB
CMYK
RGB Variations
Color information
#897B74 (or 0x897B74) is known color: Hurricane. HEX triplet: 89, 7B and 74. RGB value is (137,123,116). Sum of RGB (Red+Green+Blue) = 137+123+116=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 137 - color contains mainly: red. Hex color #897B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897B74 is #76848B. Grayscale: #7E7E7E. Windows color (decimal): -7767180 or 7633801. OLE color: 7633801.
HSL color Cylindrical-coordinate representation of color #897B74: hue angle of 20º 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 #897B74 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 116 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.46 |
| HSL | 20º | 0.08% | 0.5% | - |
| HSV(B) | 20º | 0.15% | 0.54% | - |
| XYZ | 20.55 | 20.75 | 19.44 | - |
| YUV | 126.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 116 | 0 | 0.10 | 0.15 | 0.46 | 20 | 0.08 | 0.5 |
| Hex | 89 | 7B | 74 | 0 | A | F | 2E | 14 | 8 | 32 |
| Octal | 211 | 173 | 164 | 0 | 12 | 17 | 56 | 24 | 10 | 62 |
| Binary | 10001001 | 1111011 | 1110100 | 0 | 1010 | 1111 | 101110 | 10100 | 1000 | 110010 |
Color Harmonies of #897B74
Complementary color
Monochromatic Colors of #897B74
Black with #897B74
Text Example
Text Example
White with #897B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B74; }
p { color: rgb(137,123,116); }
H1.HeaderClassName
{
color: #897B74;
}
.AnyTagClassName
{
color: #897B74;
}
</style>
background-color css
<style>
a { background-color: #897B74; }
a { background-color: rgb(137,123,116); }
div.DivClassName
{
background-color: #897B74;
}
.BgClassName
{
background-color: #897B74;
}
</style>
border-color css
<style>
span { border-color: #897B74; }
span { border-color: rgb(137,123,116); }
td.TdClassName
{
border-color: #897B74;
}
.TagClassName
{
border-color: #897B74;
}
</style>