Shades of Como #57755E
Tints of Como #57755E
RGB
CMYK
RGB Variations
Color information
#57755E (or 0x57755E) is known color: Como. HEX triplet: 57, 75 and 5E. RGB value is (87,117,94). Sum of RGB (Red+Green+Blue) = 87+117+94=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #57755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57755E is #A88AA1. Grayscale: #696969. Windows color (decimal): -11045538 or 6190423. OLE color: 6190423.
HSL color Cylindrical-coordinate representation of color #57755E: hue angle of 134º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57755E is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 117 | 94 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.54 |
| HSL | 134º | 0.15% | 0.4% | - |
| HSV(B) | 134º | 0.26% | 0.46% | - |
| XYZ | 12.31 | 15.56 | 12.94 | - |
| YUV | 105.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 94 | 0.26 | 0 | 0.20 | 0.54 | 134 | 0.15 | 0.4 |
| Hex | 57 | 75 | 5E | 1A | 0 | 14 | 36 | 86 | F | 28 |
| Octal | 127 | 165 | 136 | 32 | 0 | 24 | 66 | 206 | 17 | 50 |
| Binary | 1010111 | 1110101 | 1011110 | 11010 | 0 | 10100 | 110110 | 10000110 | 1111 | 101000 |
Color Harmonies of #57755E
Complementary color
Monochromatic Colors of #57755E
Black with #57755E
Text Example
Text Example
White with #57755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57755E; }
p { color: rgb(87,117,94); }
H1.HeaderClassName
{
color: #57755E;
}
.AnyTagClassName
{
color: #57755E;
}
</style>
background-color css
<style>
a { background-color: #57755E; }
a { background-color: rgb(87,117,94); }
div.DivClassName
{
background-color: #57755E;
}
.BgClassName
{
background-color: #57755E;
}
</style>
border-color css
<style>
span { border-color: #57755E; }
span { border-color: rgb(87,117,94); }
td.TdClassName
{
border-color: #57755E;
}
.TagClassName
{
border-color: #57755E;
}
</style>