Shades of Dell #4D772E
Tints of Dell #4D772E
RGB
CMYK
RGB Variations
Color information
#4D772E (or 0x4D772E) is known color: Dell. HEX triplet: 4D, 77 and 2E. RGB value is (77,119,46). Sum of RGB (Red+Green+Blue) = 77+119+46=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #4D772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D772E is #B288D1. Grayscale: #626262. Windows color (decimal): -11700434 or 3045197. OLE color: 3045197.
HSL color Cylindrical-coordinate representation of color #4D772E: hue angle of 94.52º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D772E is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 46 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.53 |
| HSL | 94.52º | 0.44% | 0.32% | - |
| HSV(B) | 94.52º | 0.61% | 0.47% | - |
| XYZ | 10.15 | 14.97 | 4.94 | - |
| YUV | 98.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 46 | 0.35 | 0 | 0.61 | 0.53 | 94.52 | 0.44 | 0.32 |
| Hex | 4D | 77 | 2E | 23 | 0 | 3D | 35 | 5F | 2C | 20 |
| Octal | 115 | 167 | 56 | 43 | 0 | 75 | 65 | 137 | 54 | 40 |
| Binary | 1001101 | 1110111 | 101110 | 100011 | 0 | 111101 | 110101 | 1011111 | 101100 | 100000 |
Color Harmonies of #4D772E
Complementary color
Monochromatic Colors of #4D772E
Black with #4D772E
Text Example
Text Example
White with #4D772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D772E; }
p { color: rgb(77,119,46); }
H1.HeaderClassName
{
color: #4D772E;
}
.AnyTagClassName
{
color: #4D772E;
}
</style>
background-color css
<style>
a { background-color: #4D772E; }
a { background-color: rgb(77,119,46); }
div.DivClassName
{
background-color: #4D772E;
}
.BgClassName
{
background-color: #4D772E;
}
</style>
border-color css
<style>
span { border-color: #4D772E; }
span { border-color: rgb(77,119,46); }
td.TdClassName
{
border-color: #4D772E;
}
.TagClassName
{
border-color: #4D772E;
}
</style>