#4D574E

Color #4D574E Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #4D574E

Tints of Nandor #4D574E

Color information

#4D574E (or 0x4D574E) is unknown color: approx Nandor. HEX triplet: 4D, 57 and 4E. RGB value is (77,87,78). Sum of RGB (Red+Green+Blue) = 77+87+78=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #4D574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D574E is #B2A8B1. Grayscale: #535353. Windows color (decimal): -11708594 or 5134157. OLE color: 5134157.

HSL color Cylindrical-coordinate representation of color #4D574E: hue angle of 126º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D574E is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB778778-
CMYK0.1100.100.66
HSL126º6.1%32.16%-
HSV(B)126º11.49%34.12%-
XYZ7.848.948.52-
YUV82.98125.19123.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=31.82%
G=35.95%
B=32.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7787780.1100.100.661266.132.16
Hex4D574EB0A427e620
Octal11512711613012102176640
Binary10011011010111100111010110101010000101111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D574E; }

 p { color: rgb(77,87,78); }

 H1.HeaderClassName
 {
   color: #4D574E;
 }
 .AnyTagClassName
 {
   color: #4D574E;
 }
</style>
background-color css

<style>
 a { background-color: #4D574E; }

 a { background-color: rgb(77,87,78); }

 div.DivClassName
 {
   background-color: #4D574E;
 }
 .BgClassName
 {
   background-color: #4D574E;
 }
</style>
border-color css

<style>
 span { border-color: #4D574E; }

 span { border-color: rgb(77,87,78); }

 td.TdClassName
 {
   border-color: #4D574E;
 }
 .TagClassName
 {
   border-color: #4D574E;
 }
</style>