Shades of Como #4F7759
Tints of Como #4F7759
RGB
CMYK
RGB Variations
Color information
#4F7759 (or 0x4F7759) is known color: Como. HEX triplet: 4F, 77 and 59. RGB value is (79,119,89). Sum of RGB (Red+Green+Blue) = 79+119+89=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #4F7759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7759 is #B088A6. Grayscale: #676767. Windows color (decimal): -11569319 or 5863247. OLE color: 5863247.
HSL color Cylindrical-coordinate representation of color #4F7759: hue angle of 135º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7759 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 119 | 89 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.53 |
| HSL | 135º | 0.2% | 0.39% | - |
| HSV(B) | 135º | 0.34% | 0.47% | - |
| XYZ | 11.62 | 15.58 | 11.85 | - |
| YUV | 103.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 89 | 0.34 | 0 | 0.25 | 0.53 | 135 | 0.2 | 0.39 |
| Hex | 4F | 77 | 59 | 22 | 0 | 19 | 35 | 87 | 14 | 27 |
| Octal | 117 | 167 | 131 | 42 | 0 | 31 | 65 | 207 | 24 | 47 |
| Binary | 1001111 | 1110111 | 1011001 | 100010 | 0 | 11001 | 110101 | 10000111 | 10100 | 100111 |
Color Harmonies of #4F7759
Complementary color
Monochromatic Colors of #4F7759
Black with #4F7759
Text Example
Text Example
White with #4F7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7759; }
p { color: rgb(79,119,89); }
H1.HeaderClassName
{
color: #4F7759;
}
.AnyTagClassName
{
color: #4F7759;
}
</style>
background-color css
<style>
a { background-color: #4F7759; }
a { background-color: rgb(79,119,89); }
div.DivClassName
{
background-color: #4F7759;
}
.BgClassName
{
background-color: #4F7759;
}
</style>
border-color css
<style>
span { border-color: #4F7759; }
span { border-color: rgb(79,119,89); }
td.TdClassName
{
border-color: #4F7759;
}
.TagClassName
{
border-color: #4F7759;
}
</style>