Shades of Nandor #4D614D
Tints of Nandor #4D614D
RGB
CMYK
RGB Variations
Color information
#4D614D (or 0x4D614D) is known color: Nandor. HEX triplet: 4D, 61 and 4D. RGB value is (77,97,77). Sum of RGB (Red+Green+Blue) = 77+97+77=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #4D614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D614D is #B29EB2. Grayscale: #585858. Windows color (decimal): -11706035 or 5071181. OLE color: 5071181.
HSL color Cylindrical-coordinate representation of color #4D614D: hue angle of 120º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D614D is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 77 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.62 |
| HSL | 120º | 0.11% | 0.34% | - |
| HSV(B) | 120º | 0.21% | 0.38% | - |
| XYZ | 8.67 | 10.66 | 8.62 | - |
| YUV | 88.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 77 | 0.21 | 0 | 0.21 | 0.62 | 120 | 0.11 | 0.34 |
| Hex | 4D | 61 | 4D | 15 | 0 | 15 | 3E | 78 | B | 22 |
| Octal | 115 | 141 | 115 | 25 | 0 | 25 | 76 | 170 | 13 | 42 |
| Binary | 1001101 | 1100001 | 1001101 | 10101 | 0 | 10101 | 111110 | 1111000 | 1011 | 100010 |
Color Harmonies of #4D614D
Complementary color
Monochromatic Colors of #4D614D
Black with #4D614D
Text Example
Text Example
White with #4D614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D614D; }
p { color: rgb(77,97,77); }
H1.HeaderClassName
{
color: #4D614D;
}
.AnyTagClassName
{
color: #4D614D;
}
</style>
background-color css
<style>
a { background-color: #4D614D; }
a { background-color: rgb(77,97,77); }
div.DivClassName
{
background-color: #4D614D;
}
.BgClassName
{
background-color: #4D614D;
}
</style>
border-color css
<style>
span { border-color: #4D614D; }
span { border-color: rgb(77,97,77); }
td.TdClassName
{
border-color: #4D614D;
}
.TagClassName
{
border-color: #4D614D;
}
</style>