Shades of Highball #857F45
Tints of Highball #857F45
RGB
CMYK
RGB Variations
Color information
#857F45 (or 0x857F45) is known color: Highball. HEX triplet: 85, 7F and 45. RGB value is (133,127,69). Sum of RGB (Red+Green+Blue) = 133+127+69=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #857F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F45 is #7A80BA. Grayscale: #7A7A7A. Windows color (decimal): -8028347 or 4554629. OLE color: 4554629.
HSL color Cylindrical-coordinate representation of color #857F45: hue angle of 54.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #857F45 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 69 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.48 |
| HSL | 54.38º | 0.32% | 0.4% | - |
| HSV(B) | 54.38º | 0.48% | 0.52% | - |
| XYZ | 18.34 | 20.59 | 8.64 | - |
| YUV | 122.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 69 | 0 | 0.05 | 0.48 | 0.48 | 54.38 | 0.32 | 0.4 |
| Hex | 85 | 7F | 45 | 0 | 5 | 30 | 30 | 36 | 20 | 28 |
| Octal | 205 | 177 | 105 | 0 | 5 | 60 | 60 | 66 | 40 | 50 |
| Binary | 10000101 | 1111111 | 1000101 | 0 | 101 | 110000 | 110000 | 110110 | 100000 | 101000 |
Color Harmonies of #857F45
Complementary color
Monochromatic Colors of #857F45
Black with #857F45
Text Example
Text Example
White with #857F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F45; }
p { color: rgb(133,127,69); }
H1.HeaderClassName
{
color: #857F45;
}
.AnyTagClassName
{
color: #857F45;
}
</style>
background-color css
<style>
a { background-color: #857F45; }
a { background-color: rgb(133,127,69); }
div.DivClassName
{
background-color: #857F45;
}
.BgClassName
{
background-color: #857F45;
}
</style>
border-color css
<style>
span { border-color: #857F45; }
span { border-color: rgb(133,127,69); }
td.TdClassName
{
border-color: #857F45;
}
.TagClassName
{
border-color: #857F45;
}
</style>