Shades of Como #5A7762
Tints of Como #5A7762
RGB
CMYK
RGB Variations
Color information
#5A7762 (or 0x5A7762) is known color: Como. HEX triplet: 5A, 77 and 62. RGB value is (90,119,98). Sum of RGB (Red+Green+Blue) = 90+119+98=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7762 is #A5889D. Grayscale: #6B6B6B. Windows color (decimal): -10848414 or 6453082. OLE color: 6453082.
HSL color Cylindrical-coordinate representation of color #5A7762: hue angle of 136.55º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7762 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 98 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.53 |
| HSL | 136.55º | 0.14% | 0.41% | - |
| HSV(B) | 136.55º | 0.24% | 0.47% | - |
| XYZ | 13.02 | 16.25 | 14.01 | - |
| YUV | 107.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 98 | 0.24 | 0 | 0.18 | 0.53 | 136.55 | 0.14 | 0.41 |
| Hex | 5A | 77 | 62 | 18 | 0 | 12 | 35 | 89 | E | 29 |
| Octal | 132 | 167 | 142 | 30 | 0 | 22 | 65 | 211 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1100010 | 11000 | 0 | 10010 | 110101 | 10001001 | 1110 | 101001 |
Color Harmonies of #5A7762
Complementary color
Monochromatic Colors of #5A7762
Black with #5A7762
Text Example
Text Example
White with #5A7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7762; }
p { color: rgb(90,119,98); }
H1.HeaderClassName
{
color: #5A7762;
}
.AnyTagClassName
{
color: #5A7762;
}
</style>
background-color css
<style>
a { background-color: #5A7762; }
a { background-color: rgb(90,119,98); }
div.DivClassName
{
background-color: #5A7762;
}
.BgClassName
{
background-color: #5A7762;
}
</style>
border-color css
<style>
span { border-color: #5A7762; }
span { border-color: rgb(90,119,98); }
td.TdClassName
{
border-color: #5A7762;
}
.TagClassName
{
border-color: #5A7762;
}
</style>