Shades of Como #54775F
Tints of Como #54775F
RGB
CMYK
RGB Variations
Color information
#54775F (or 0x54775F) is known color: Como. HEX triplet: 54, 77 and 5F. RGB value is (84,119,95). Sum of RGB (Red+Green+Blue) = 84+119+95=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #54775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54775F is #AB88A0. Grayscale: #696969. Windows color (decimal): -11241633 or 6256468. OLE color: 6256468.
HSL color Cylindrical-coordinate representation of color #54775F: hue angle of 138.86º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54775F is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 119 | 95 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.53 |
| HSL | 138.86º | 0.17% | 0.4% | - |
| HSV(B) | 138.86º | 0.29% | 0.47% | - |
| XYZ | 12.32 | 15.9 | 13.25 | - |
| YUV | 105.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 95 | 0.29 | 0 | 0.20 | 0.53 | 138.86 | 0.17 | 0.4 |
| Hex | 54 | 77 | 5F | 1D | 0 | 14 | 35 | 8B | 11 | 28 |
| Octal | 124 | 167 | 137 | 35 | 0 | 24 | 65 | 213 | 21 | 50 |
| Binary | 1010100 | 1110111 | 1011111 | 11101 | 0 | 10100 | 110101 | 10001011 | 10001 | 101000 |
Color Harmonies of #54775F
Complementary color
Monochromatic Colors of #54775F
Black with #54775F
Text Example
Text Example
White with #54775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54775F; }
p { color: rgb(84,119,95); }
H1.HeaderClassName
{
color: #54775F;
}
.AnyTagClassName
{
color: #54775F;
}
</style>
background-color css
<style>
a { background-color: #54775F; }
a { background-color: rgb(84,119,95); }
div.DivClassName
{
background-color: #54775F;
}
.BgClassName
{
background-color: #54775F;
}
</style>
border-color css
<style>
span { border-color: #54775F; }
span { border-color: rgb(84,119,95); }
td.TdClassName
{
border-color: #54775F;
}
.TagClassName
{
border-color: #54775F;
}
</style>