Shades of Como #5D7762
Tints of Como #5D7762
RGB
CMYK
RGB Variations
Color information
#5D7762 (or 0x5D7762) is known color: Como. HEX triplet: 5D, 77 and 62. RGB value is (93,119,98). Sum of RGB (Red+Green+Blue) = 93+119+98=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7762 is #A2889D. Grayscale: #6C6C6C. Windows color (decimal): -10651806 or 6453085. OLE color: 6453085.
HSL color Cylindrical-coordinate representation of color #5D7762: hue angle of 131.54º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D7762 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 98 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.53 |
| HSL | 131.54º | 0.12% | 0.42% | - |
| HSV(B) | 131.54º | 0.22% | 0.47% | - |
| XYZ | 13.32 | 16.4 | 14.02 | - |
| YUV | 108.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 98 | 0.22 | 0 | 0.18 | 0.53 | 131.54 | 0.12 | 0.42 |
| Hex | 5D | 77 | 62 | 16 | 0 | 12 | 35 | 84 | C | 2A |
| Octal | 135 | 167 | 142 | 26 | 0 | 22 | 65 | 204 | 14 | 52 |
| Binary | 1011101 | 1110111 | 1100010 | 10110 | 0 | 10010 | 110101 | 10000100 | 1100 | 101010 |
Color Harmonies of #5D7762
Complementary color
Monochromatic Colors of #5D7762
Black with #5D7762
Text Example
Text Example
White with #5D7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7762; }
p { color: rgb(93,119,98); }
H1.HeaderClassName
{
color: #5D7762;
}
.AnyTagClassName
{
color: #5D7762;
}
</style>
background-color css
<style>
a { background-color: #5D7762; }
a { background-color: rgb(93,119,98); }
div.DivClassName
{
background-color: #5D7762;
}
.BgClassName
{
background-color: #5D7762;
}
</style>
border-color css
<style>
span { border-color: #5D7762; }
span { border-color: rgb(93,119,98); }
td.TdClassName
{
border-color: #5D7762;
}
.TagClassName
{
border-color: #5D7762;
}
</style>