Shades of Como #4F755A
Tints of Como #4F755A
RGB
CMYK
RGB Variations
Color information
#4F755A (or 0x4F755A) is known color: Como. HEX triplet: 4F, 75 and 5A. RGB value is (79,117,90). Sum of RGB (Red+Green+Blue) = 79+117+90=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #4F755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F755A is #B08AA5. Grayscale: #666666. Windows color (decimal): -11569830 or 5928271. OLE color: 5928271.
HSL color Cylindrical-coordinate representation of color #4F755A: hue angle of 137.37º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F755A is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 90 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.54 |
| HSL | 137.37º | 0.19% | 0.38% | - |
| HSV(B) | 137.37º | 0.32% | 0.46% | - |
| XYZ | 11.43 | 15.12 | 11.99 | - |
| YUV | 102.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 90 | 0.32 | 0 | 0.23 | 0.54 | 137.37 | 0.19 | 0.38 |
| Hex | 4F | 75 | 5A | 20 | 0 | 17 | 36 | 89 | 13 | 26 |
| Octal | 117 | 165 | 132 | 40 | 0 | 27 | 66 | 211 | 23 | 46 |
| Binary | 1001111 | 1110101 | 1011010 | 100000 | 0 | 10111 | 110110 | 10001001 | 10011 | 100110 |
Color Harmonies of #4F755A
Complementary color
Monochromatic Colors of #4F755A
Black with #4F755A
Text Example
Text Example
White with #4F755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F755A; }
p { color: rgb(79,117,90); }
H1.HeaderClassName
{
color: #4F755A;
}
.AnyTagClassName
{
color: #4F755A;
}
</style>
background-color css
<style>
a { background-color: #4F755A; }
a { background-color: rgb(79,117,90); }
div.DivClassName
{
background-color: #4F755A;
}
.BgClassName
{
background-color: #4F755A;
}
</style>
border-color css
<style>
span { border-color: #4F755A; }
span { border-color: rgb(79,117,90); }
td.TdClassName
{
border-color: #4F755A;
}
.TagClassName
{
border-color: #4F755A;
}
</style>