Shades of Hurricane #857D7B
Tints of Hurricane #857D7B
RGB
CMYK
RGB Variations
Color information
#857D7B (or 0x857D7B) is known color: Hurricane. HEX triplet: 85, 7D and 7B. RGB value is (133,125,123). Sum of RGB (Red+Green+Blue) = 133+125+123=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #857D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D7B is #7A8284. Grayscale: #7F7F7F. Windows color (decimal): -8028805 or 8093061. OLE color: 8093061.
HSL color Cylindrical-coordinate representation of color #857D7B: hue angle of 12º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #857D7B is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 125 | 123 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.48 |
| HSL | 12º | 0.04% | 0.5% | - |
| HSV(B) | 12º | 0.08% | 0.52% | - |
| XYZ | 20.58 | 21.08 | 21.72 | - |
| YUV | 127.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 123 | 0 | 0.06 | 0.08 | 0.48 | 12 | 0.04 | 0.5 |
| Hex | 85 | 7D | 7B | 0 | 6 | 8 | 30 | C | 4 | 32 |
| Octal | 205 | 175 | 173 | 0 | 6 | 10 | 60 | 14 | 4 | 62 |
| Binary | 10000101 | 1111101 | 1111011 | 0 | 110 | 1000 | 110000 | 1100 | 100 | 110010 |
Color Harmonies of #857D7B
Complementary color
Monochromatic Colors of #857D7B
Black with #857D7B
Text Example
Text Example
White with #857D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D7B; }
p { color: rgb(133,125,123); }
H1.HeaderClassName
{
color: #857D7B;
}
.AnyTagClassName
{
color: #857D7B;
}
</style>
background-color css
<style>
a { background-color: #857D7B; }
a { background-color: rgb(133,125,123); }
div.DivClassName
{
background-color: #857D7B;
}
.BgClassName
{
background-color: #857D7B;
}
</style>
border-color css
<style>
span { border-color: #857D7B; }
span { border-color: rgb(133,125,123); }
td.TdClassName
{
border-color: #857D7B;
}
.TagClassName
{
border-color: #857D7B;
}
</style>