Shades of Nandor #4D524D
Tints of Nandor #4D524D
RGB
CMYK
RGB Variations
Color information
#4D524D (or 0x4D524D) is known color: Nandor. HEX triplet: 4D, 52 and 4D. RGB value is (77,82,77). Sum of RGB (Red+Green+Blue) = 77+82+77=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 82 - color contains mainly: green. Hex color #4D524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D524D is #B2ADB2. Grayscale: #4F4F4F. Windows color (decimal): -11709875 or 5067341. OLE color: 5067341.
HSL color Cylindrical-coordinate representation of color #4D524D: hue angle of 120º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4D524D is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 77 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.68 |
| HSL | 120º | 0.03% | 0.31% | - |
| HSV(B) | 120º | 0.06% | 0.32% | - |
| XYZ | 7.42 | 8.15 | 8.2 | - |
| YUV | 79.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 77 | 0.06 | 0 | 0.06 | 0.68 | 120 | 0.03 | 0.31 |
| Hex | 4D | 52 | 4D | 6 | 0 | 6 | 44 | 78 | 3 | 1F |
| Octal | 115 | 122 | 115 | 6 | 0 | 6 | 104 | 170 | 3 | 37 |
| Binary | 1001101 | 1010010 | 1001101 | 110 | 0 | 110 | 1000100 | 1111000 | 11 | 11111 |
Color Harmonies of #4D524D
Complementary color
Monochromatic Colors of #4D524D
Black with #4D524D
Text Example
Text Example
White with #4D524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D524D; }
p { color: rgb(77,82,77); }
H1.HeaderClassName
{
color: #4D524D;
}
.AnyTagClassName
{
color: #4D524D;
}
</style>
background-color css
<style>
a { background-color: #4D524D; }
a { background-color: rgb(77,82,77); }
div.DivClassName
{
background-color: #4D524D;
}
.BgClassName
{
background-color: #4D524D;
}
</style>
border-color css
<style>
span { border-color: #4D524D; }
span { border-color: rgb(77,82,77); }
td.TdClassName
{
border-color: #4D524D;
}
.TagClassName
{
border-color: #4D524D;
}
</style>