Shades of Nandor #4D534D
Tints of Nandor #4D534D
RGB
CMYK
RGB Variations
Color information
#4D534D (or 0x4D534D) is known color: Nandor. HEX triplet: 4D, 53 and 4D. RGB value is (77,83,77). Sum of RGB (Red+Green+Blue) = 77+83+77=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 83 - color contains mainly: green. Hex color #4D534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D534D is #B2ACB2. Grayscale: #505050. Windows color (decimal): -11709619 or 5067597. OLE color: 5067597.
HSL color Cylindrical-coordinate representation of color #4D534D: hue angle of 120º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4D534D is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
RGB | 77 | 83 | 77 | - |
CMYK | 0.07 | 0 | 0.07 | 0.67 |
HSL | 120º | 0.04% | 0.31% | - |
HSV(B) | 120º | 0.07% | 0.33% | - |
XYZ | 7.49 | 8.3 | 8.23 | - |
YUV | 80.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 83 | 77 | 0.07 | 0 | 0.07 | 0.67 | 120 | 0.04 | 0.31 |
Hex | 4D | 53 | 4D | 7 | 0 | 7 | 43 | 78 | 4 | 1F |
Octal | 115 | 123 | 115 | 7 | 0 | 7 | 103 | 170 | 4 | 37 |
Binary | 1001101 | 1010011 | 1001101 | 111 | 0 | 111 | 1000011 | 1111000 | 100 | 11111 |
Color Harmonies of #4D534D
Complementary color
Monochromatic Colors of #4D534D
Black with #4D534D
Text Example
Text Example
White with #4D534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D534D; }
p { color: rgb(77,83,77); }
H1.HeaderClassName
{
color: #4D534D;
}
.AnyTagClassName
{
color: #4D534D;
}
</style>
background-color css
<style>
a { background-color: #4D534D; }
a { background-color: rgb(77,83,77); }
div.DivClassName
{
background-color: #4D534D;
}
.BgClassName
{
background-color: #4D534D;
}
</style>
border-color css
<style>
span { border-color: #4D534D; }
span { border-color: rgb(77,83,77); }
td.TdClassName
{
border-color: #4D534D;
}
.TagClassName
{
border-color: #4D534D;
}
</style>