Shades of Como #57725D
Tints of Como #57725D
RGB
CMYK
RGB Variations
Color information
#57725D (or 0x57725D) is known color: Como. HEX triplet: 57, 72 and 5D. RGB value is (87,114,93). Sum of RGB (Red+Green+Blue) = 87+114+93=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #57725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57725D is #A88DA2. Grayscale: #676767. Windows color (decimal): -11046307 or 6124119. OLE color: 6124119.
HSL color Cylindrical-coordinate representation of color #57725D: hue angle of 133.33º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57725D is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 93 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.55 |
| HSL | 133.33º | 0.13% | 0.39% | - |
| HSV(B) | 133.33º | 0.24% | 0.45% | - |
| XYZ | 11.92 | 14.85 | 12.59 | - |
| YUV | 103.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 93 | 0.24 | 0 | 0.18 | 0.55 | 133.33 | 0.13 | 0.39 |
| Hex | 57 | 72 | 5D | 18 | 0 | 12 | 37 | 85 | D | 27 |
| Octal | 127 | 162 | 135 | 30 | 0 | 22 | 67 | 205 | 15 | 47 |
| Binary | 1010111 | 1110010 | 1011101 | 11000 | 0 | 10010 | 110111 | 10000101 | 1101 | 100111 |
Color Harmonies of #57725D
Complementary color
Monochromatic Colors of #57725D
Black with #57725D
Text Example
Text Example
White with #57725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57725D; }
p { color: rgb(87,114,93); }
H1.HeaderClassName
{
color: #57725D;
}
.AnyTagClassName
{
color: #57725D;
}
</style>
background-color css
<style>
a { background-color: #57725D; }
a { background-color: rgb(87,114,93); }
div.DivClassName
{
background-color: #57725D;
}
.BgClassName
{
background-color: #57725D;
}
</style>
border-color css
<style>
span { border-color: #57725D; }
span { border-color: rgb(87,114,93); }
td.TdClassName
{
border-color: #57725D;
}
.TagClassName
{
border-color: #57725D;
}
</style>