Shades of Hurricane #857A74
Tints of Hurricane #857A74
RGB
CMYK
RGB Variations
Color information
#857A74 (or 0x857A74) is known color: Hurricane. HEX triplet: 85, 7A and 74. RGB value is (133,122,116). Sum of RGB (Red+Green+Blue) = 133+122+116=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #857A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A74 is #7A858B. Grayscale: #7C7C7C. Windows color (decimal): -8029580 or 7633541. OLE color: 7633541.
HSL color Cylindrical-coordinate representation of color #857A74: hue angle of 21.18º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857A74 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 116 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.48 |
| HSL | 21.18º | 0.07% | 0.49% | - |
| HSV(B) | 21.18º | 0.13% | 0.52% | - |
| XYZ | 19.78 | 20.17 | 19.37 | - |
| YUV | 124.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 116 | 0 | 0.08 | 0.13 | 0.48 | 21.18 | 0.07 | 0.49 |
| Hex | 85 | 7A | 74 | 0 | 8 | D | 30 | 15 | 7 | 31 |
| Octal | 205 | 172 | 164 | 0 | 10 | 15 | 60 | 25 | 7 | 61 |
| Binary | 10000101 | 1111010 | 1110100 | 0 | 1000 | 1101 | 110000 | 10101 | 111 | 110001 |
Color Harmonies of #857A74
Complementary color
Monochromatic Colors of #857A74
Black with #857A74
Text Example
Text Example
White with #857A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A74; }
p { color: rgb(133,122,116); }
H1.HeaderClassName
{
color: #857A74;
}
.AnyTagClassName
{
color: #857A74;
}
</style>
background-color css
<style>
a { background-color: #857A74; }
a { background-color: rgb(133,122,116); }
div.DivClassName
{
background-color: #857A74;
}
.BgClassName
{
background-color: #857A74;
}
</style>
border-color css
<style>
span { border-color: #857A74; }
span { border-color: rgb(133,122,116); }
td.TdClassName
{
border-color: #857A74;
}
.TagClassName
{
border-color: #857A74;
}
</style>