Shades of Como #57785E
Tints of Como #57785E
RGB
CMYK
RGB Variations
Color information
#57785E (or 0x57785E) is known color: Como. HEX triplet: 57, 78 and 5E. RGB value is (87,120,94). Sum of RGB (Red+Green+Blue) = 87+120+94=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #57785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57785E is #A887A1. Grayscale: #6B6B6B. Windows color (decimal): -11044770 or 6191191. OLE color: 6191191.
HSL color Cylindrical-coordinate representation of color #57785E: hue angle of 132.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57785E is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 120 | 94 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.53 |
| HSL | 132.73º | 0.16% | 0.41% | - |
| HSV(B) | 132.73º | 0.28% | 0.47% | - |
| XYZ | 12.67 | 16.27 | 13.06 | - |
| YUV | 107.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 94 | 0.28 | 0 | 0.22 | 0.53 | 132.73 | 0.16 | 0.41 |
| Hex | 57 | 78 | 5E | 1C | 0 | 16 | 35 | 85 | 10 | 29 |
| Octal | 127 | 170 | 136 | 34 | 0 | 26 | 65 | 205 | 20 | 51 |
| Binary | 1010111 | 1111000 | 1011110 | 11100 | 0 | 10110 | 110101 | 10000101 | 10000 | 101001 |
Color Harmonies of #57785E
Complementary color
Monochromatic Colors of #57785E
Black with #57785E
Text Example
Text Example
White with #57785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57785E; }
p { color: rgb(87,120,94); }
H1.HeaderClassName
{
color: #57785E;
}
.AnyTagClassName
{
color: #57785E;
}
</style>
background-color css
<style>
a { background-color: #57785E; }
a { background-color: rgb(87,120,94); }
div.DivClassName
{
background-color: #57785E;
}
.BgClassName
{
background-color: #57785E;
}
</style>
border-color css
<style>
span { border-color: #57785E; }
span { border-color: rgb(87,120,94); }
td.TdClassName
{
border-color: #57785E;
}
.TagClassName
{
border-color: #57785E;
}
</style>