Shades of Nandor #4C554D
Tints of Nandor #4C554D
RGB
CMYK
RGB Variations
Color information
#4C554D (or 0x4C554D) is known color: Nandor. HEX triplet: 4C, 55 and 4D. RGB value is (76,85,77). Sum of RGB (Red+Green+Blue) = 76+85+77=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #4C554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C554D is #B3AAB2. Grayscale: #515151. Windows color (decimal): -11774643 or 5068108. OLE color: 5068108.
HSL color Cylindrical-coordinate representation of color #4C554D: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C554D is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 77 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.67 |
| HSL | 126.67º | 0.06% | 0.32% | - |
| HSV(B) | 126.67º | 0.11% | 0.33% | - |
| XYZ | 7.57 | 8.57 | 8.28 | - |
| YUV | 81.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 77 | 0.11 | 0 | 0.09 | 0.67 | 126.67 | 0.06 | 0.32 |
| Hex | 4C | 55 | 4D | B | 0 | 9 | 43 | 7F | 6 | 20 |
| Octal | 114 | 125 | 115 | 13 | 0 | 11 | 103 | 177 | 6 | 40 |
| Binary | 1001100 | 1010101 | 1001101 | 1011 | 0 | 1001 | 1000011 | 1111111 | 110 | 100000 |
Color Harmonies of #4C554D
Complementary color
Monochromatic Colors of #4C554D
Black with #4C554D
Text Example
Text Example
White with #4C554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C554D; }
p { color: rgb(76,85,77); }
H1.HeaderClassName
{
color: #4C554D;
}
.AnyTagClassName
{
color: #4C554D;
}
</style>
background-color css
<style>
a { background-color: #4C554D; }
a { background-color: rgb(76,85,77); }
div.DivClassName
{
background-color: #4C554D;
}
.BgClassName
{
background-color: #4C554D;
}
</style>
border-color css
<style>
span { border-color: #4C554D; }
span { border-color: rgb(76,85,77); }
td.TdClassName
{
border-color: #4C554D;
}
.TagClassName
{
border-color: #4C554D;
}
</style>