Shades of Como #4E7C65
Tints of Como #4E7C65
RGB
CMYK
RGB Variations
Color information
#4E7C65 (or 0x4E7C65) is known color: Como. HEX triplet: 4E, 7C and 65. RGB value is (78,124,101). Sum of RGB (Red+Green+Blue) = 78+124+101=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #4E7C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7C65 is #B1839A. Grayscale: #6B6B6B. Windows color (decimal): -11633563 or 6650958. OLE color: 6650958.
HSL color Cylindrical-coordinate representation of color #4E7C65: hue angle of 150º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E7C65 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 124 | 101 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.51 |
| HSL | 150º | 0.23% | 0.4% | - |
| HSV(B) | 150º | 0.37% | 0.49% | - |
| XYZ | 12.7 | 16.97 | 14.92 | - |
| YUV | 107.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 101 | 0.37 | 0 | 0.19 | 0.51 | 150 | 0.23 | 0.4 |
| Hex | 4E | 7C | 65 | 25 | 0 | 13 | 33 | 96 | 17 | 28 |
| Octal | 116 | 174 | 145 | 45 | 0 | 23 | 63 | 226 | 27 | 50 |
| Binary | 1001110 | 1111100 | 1100101 | 100101 | 0 | 10011 | 110011 | 10010110 | 10111 | 101000 |
Color Harmonies of #4E7C65
Complementary color
Monochromatic Colors of #4E7C65
Black with #4E7C65
Text Example
Text Example
White with #4E7C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7C65; }
p { color: rgb(78,124,101); }
H1.HeaderClassName
{
color: #4E7C65;
}
.AnyTagClassName
{
color: #4E7C65;
}
</style>
background-color css
<style>
a { background-color: #4E7C65; }
a { background-color: rgb(78,124,101); }
div.DivClassName
{
background-color: #4E7C65;
}
.BgClassName
{
background-color: #4E7C65;
}
</style>
border-color css
<style>
span { border-color: #4E7C65; }
span { border-color: rgb(78,124,101); }
td.TdClassName
{
border-color: #4E7C65;
}
.TagClassName
{
border-color: #4E7C65;
}
</style>