Shades of Nandor #4D554D
Tints of Nandor #4D554D
RGB
CMYK
RGB Variations
Color information
#4D554D (or 0x4D554D) is known color: Nandor. HEX triplet: 4D, 55 and 4D. RGB value is (77,85,77). Sum of RGB (Red+Green+Blue) = 77+85+77=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #4D554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D554D is #B2AAB2. Grayscale: #515151. Windows color (decimal): -11709107 or 5068109. OLE color: 5068109.
HSL color Cylindrical-coordinate representation of color #4D554D: hue angle of 120º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D554D is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
RGB | 77 | 85 | 77 | - |
CMYK | 0.09 | 0 | 0.09 | 0.67 |
HSL | 120º | 0.05% | 0.32% | - |
HSV(B) | 120º | 0.09% | 0.33% | - |
XYZ | 7.65 | 8.61 | 8.28 | - |
YUV | 81.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 85 | 77 | 0.09 | 0 | 0.09 | 0.67 | 120 | 0.05 | 0.32 |
Hex | 4D | 55 | 4D | 9 | 0 | 9 | 43 | 78 | 5 | 20 |
Octal | 115 | 125 | 115 | 11 | 0 | 11 | 103 | 170 | 5 | 40 |
Binary | 1001101 | 1010101 | 1001101 | 1001 | 0 | 1001 | 1000011 | 1111000 | 101 | 100000 |
Color Harmonies of #4D554D
Complementary color
Monochromatic Colors of #4D554D
Black with #4D554D
Text Example
Text Example
White with #4D554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D554D; }
p { color: rgb(77,85,77); }
H1.HeaderClassName
{
color: #4D554D;
}
.AnyTagClassName
{
color: #4D554D;
}
</style>
background-color css
<style>
a { background-color: #4D554D; }
a { background-color: rgb(77,85,77); }
div.DivClassName
{
background-color: #4D554D;
}
.BgClassName
{
background-color: #4D554D;
}
</style>
border-color css
<style>
span { border-color: #4D554D; }
span { border-color: rgb(77,85,77); }
td.TdClassName
{
border-color: #4D554D;
}
.TagClassName
{
border-color: #4D554D;
}
</style>