Shades of Como #4E765C
Tints of Como #4E765C
RGB
CMYK
RGB Variations
Color information
#4E765C (or 0x4E765C) is known color: Como. HEX triplet: 4E, 76 and 5C. RGB value is (78,118,92). Sum of RGB (Red+Green+Blue) = 78+118+92=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #4E765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E765C is #B189A3. Grayscale: #676767. Windows color (decimal): -11635108 or 6059598. OLE color: 6059598.
HSL color Cylindrical-coordinate representation of color #4E765C: hue angle of 141º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E765C is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 118 | 92 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.54 |
| HSL | 141º | 0.2% | 0.38% | - |
| HSV(B) | 141º | 0.34% | 0.46% | - |
| XYZ | 11.55 | 15.35 | 12.48 | - |
| YUV | 103.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 92 | 0.34 | 0 | 0.22 | 0.54 | 141 | 0.2 | 0.38 |
| Hex | 4E | 76 | 5C | 22 | 0 | 16 | 36 | 8D | 14 | 26 |
| Octal | 116 | 166 | 134 | 42 | 0 | 26 | 66 | 215 | 24 | 46 |
| Binary | 1001110 | 1110110 | 1011100 | 100010 | 0 | 10110 | 110110 | 10001101 | 10100 | 100110 |
Color Harmonies of #4E765C
Complementary color
Monochromatic Colors of #4E765C
Black with #4E765C
Text Example
Text Example
White with #4E765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E765C; }
p { color: rgb(78,118,92); }
H1.HeaderClassName
{
color: #4E765C;
}
.AnyTagClassName
{
color: #4E765C;
}
</style>
background-color css
<style>
a { background-color: #4E765C; }
a { background-color: rgb(78,118,92); }
div.DivClassName
{
background-color: #4E765C;
}
.BgClassName
{
background-color: #4E765C;
}
</style>
border-color css
<style>
span { border-color: #4E765C; }
span { border-color: rgb(78,118,92); }
td.TdClassName
{
border-color: #4E765C;
}
.TagClassName
{
border-color: #4E765C;
}
</style>