Shades of Como #54765C
Tints of Como #54765C
RGB
CMYK
RGB Variations
Color information
#54765C (or 0x54765C) is known color: Como. HEX triplet: 54, 76 and 5C. RGB value is (84,118,92). Sum of RGB (Red+Green+Blue) = 84+118+92=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #54765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54765C is #AB89A3. Grayscale: #686868. Windows color (decimal): -11241892 or 6059604. OLE color: 6059604.
HSL color Cylindrical-coordinate representation of color #54765C: hue angle of 134.12º 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 #54765C is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 118 | 92 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.54 |
| HSL | 134.12º | 0.17% | 0.4% | - |
| HSV(B) | 134.12º | 0.29% | 0.46% | - |
| XYZ | 12.07 | 15.61 | 12.5 | - |
| YUV | 104.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 92 | 0.29 | 0 | 0.22 | 0.54 | 134.12 | 0.17 | 0.4 |
| Hex | 54 | 76 | 5C | 1D | 0 | 16 | 36 | 86 | 11 | 28 |
| Octal | 124 | 166 | 134 | 35 | 0 | 26 | 66 | 206 | 21 | 50 |
| Binary | 1010100 | 1110110 | 1011100 | 11101 | 0 | 10110 | 110110 | 10000110 | 10001 | 101000 |
Color Harmonies of #54765C
Complementary color
Monochromatic Colors of #54765C
Black with #54765C
Text Example
Text Example
White with #54765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54765C; }
p { color: rgb(84,118,92); }
H1.HeaderClassName
{
color: #54765C;
}
.AnyTagClassName
{
color: #54765C;
}
</style>
background-color css
<style>
a { background-color: #54765C; }
a { background-color: rgb(84,118,92); }
div.DivClassName
{
background-color: #54765C;
}
.BgClassName
{
background-color: #54765C;
}
</style>
border-color css
<style>
span { border-color: #54765C; }
span { border-color: rgb(84,118,92); }
td.TdClassName
{
border-color: #54765C;
}
.TagClassName
{
border-color: #54765C;
}
</style>