Shades of Como #54765F
Tints of Como #54765F
RGB
CMYK
RGB Variations
Color information
#54765F (or 0x54765F) is known color: Como. HEX triplet: 54, 76 and 5F. RGB value is (84,118,95). Sum of RGB (Red+Green+Blue) = 84+118+95=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #54765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54765F is #AB89A0. Grayscale: #696969. Windows color (decimal): -11241889 or 6256212. OLE color: 6256212.
HSL color Cylindrical-coordinate representation of color #54765F: hue angle of 139.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54765F is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 118 | 95 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.54 |
| HSL | 139.41º | 0.17% | 0.4% | - |
| HSV(B) | 139.41º | 0.29% | 0.46% | - |
| XYZ | 12.2 | 15.67 | 13.21 | - |
| YUV | 105.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 95 | 0.29 | 0 | 0.19 | 0.54 | 139.41 | 0.17 | 0.4 |
| Hex | 54 | 76 | 5F | 1D | 0 | 13 | 36 | 8B | 11 | 28 |
| Octal | 124 | 166 | 137 | 35 | 0 | 23 | 66 | 213 | 21 | 50 |
| Binary | 1010100 | 1110110 | 1011111 | 11101 | 0 | 10011 | 110110 | 10001011 | 10001 | 101000 |
Color Harmonies of #54765F
Complementary color
Monochromatic Colors of #54765F
Black with #54765F
Text Example
Text Example
White with #54765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54765F; }
p { color: rgb(84,118,95); }
H1.HeaderClassName
{
color: #54765F;
}
.AnyTagClassName
{
color: #54765F;
}
</style>
background-color css
<style>
a { background-color: #54765F; }
a { background-color: rgb(84,118,95); }
div.DivClassName
{
background-color: #54765F;
}
.BgClassName
{
background-color: #54765F;
}
</style>
border-color css
<style>
span { border-color: #54765F; }
span { border-color: rgb(84,118,95); }
td.TdClassName
{
border-color: #54765F;
}
.TagClassName
{
border-color: #54765F;
}
</style>