Shades of Hurricane #877A74
Tints of Hurricane #877A74
RGB
CMYK
RGB Variations
Color information
#877A74 (or 0x877A74) is known color: Hurricane. HEX triplet: 87, 7A and 74. RGB value is (135,122,116). Sum of RGB (Red+Green+Blue) = 135+122+116=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A74 is #78858B. Grayscale: #7D7D7D. Windows color (decimal): -7898508 or 7633543. OLE color: 7633543.
HSL color Cylindrical-coordinate representation of color #877A74: hue angle of 18.95º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #877A74 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 116 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.47 |
| HSL | 18.95º | 0.08% | 0.49% | - |
| HSV(B) | 18.95º | 0.14% | 0.53% | - |
| XYZ | 20.1 | 20.33 | 19.39 | - |
| YUV | 125.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 116 | 0 | 0.10 | 0.14 | 0.47 | 18.95 | 0.08 | 0.49 |
| Hex | 87 | 7A | 74 | 0 | A | E | 2F | 13 | 8 | 31 |
| Octal | 207 | 172 | 164 | 0 | 12 | 16 | 57 | 23 | 10 | 61 |
| Binary | 10000111 | 1111010 | 1110100 | 0 | 1010 | 1110 | 101111 | 10011 | 1000 | 110001 |
Color Harmonies of #877A74
Complementary color
Monochromatic Colors of #877A74
Black with #877A74
Text Example
Text Example
White with #877A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A74; }
p { color: rgb(135,122,116); }
H1.HeaderClassName
{
color: #877A74;
}
.AnyTagClassName
{
color: #877A74;
}
</style>
background-color css
<style>
a { background-color: #877A74; }
a { background-color: rgb(135,122,116); }
div.DivClassName
{
background-color: #877A74;
}
.BgClassName
{
background-color: #877A74;
}
</style>
border-color css
<style>
span { border-color: #877A74; }
span { border-color: rgb(135,122,116); }
td.TdClassName
{
border-color: #877A74;
}
.TagClassName
{
border-color: #877A74;
}
</style>