Shades of Como #57745D
Tints of Como #57745D
RGB
CMYK
RGB Variations
Color information
#57745D (or 0x57745D) is known color: Como. HEX triplet: 57, 74 and 5D. RGB value is (87,116,93). Sum of RGB (Red+Green+Blue) = 87+116+93=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #57745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57745D is #A88BA2. Grayscale: #686868. Windows color (decimal): -11045795 or 6124631. OLE color: 6124631.
HSL color Cylindrical-coordinate representation of color #57745D: hue angle of 132.41º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57745D is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 116 | 93 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.55 |
| HSL | 132.41º | 0.14% | 0.4% | - |
| HSV(B) | 132.41º | 0.25% | 0.45% | - |
| XYZ | 12.15 | 15.31 | 12.67 | - |
| YUV | 104.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 93 | 0.25 | 0 | 0.20 | 0.55 | 132.41 | 0.14 | 0.4 |
| Hex | 57 | 74 | 5D | 19 | 0 | 14 | 37 | 84 | E | 28 |
| Octal | 127 | 164 | 135 | 31 | 0 | 24 | 67 | 204 | 16 | 50 |
| Binary | 1010111 | 1110100 | 1011101 | 11001 | 0 | 10100 | 110111 | 10000100 | 1110 | 101000 |
Color Harmonies of #57745D
Complementary color
Monochromatic Colors of #57745D
Black with #57745D
Text Example
Text Example
White with #57745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57745D; }
p { color: rgb(87,116,93); }
H1.HeaderClassName
{
color: #57745D;
}
.AnyTagClassName
{
color: #57745D;
}
</style>
background-color css
<style>
a { background-color: #57745D; }
a { background-color: rgb(87,116,93); }
div.DivClassName
{
background-color: #57745D;
}
.BgClassName
{
background-color: #57745D;
}
</style>
border-color css
<style>
span { border-color: #57745D; }
span { border-color: rgb(87,116,93); }
td.TdClassName
{
border-color: #57745D;
}
.TagClassName
{
border-color: #57745D;
}
</style>