#4D725E

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

Shades of Como #4D725E

Tints of Como #4D725E

Color information

#4D725E (or 0x4D725E) is unknown color: approx Como. HEX triplet: 4D, 72 and 5E. RGB value is (77,114,94). Sum of RGB (Red+Green+Blue) = 77+114+94=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #4D725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D725E is #B28DA1. Grayscale: #646464. Windows color (decimal): -11701666 or 6189645. OLE color: 6189645.

HSL color Cylindrical-coordinate representation of color #4D725E: hue angle of 147.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D725E is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB7711494-
CMYK0.3200.180.55
HSL147.57º19.37%37.45%-
HSV(B)147.57º32.46%44.71%-
XYZ11.114.4212.79-
YUV100.66124.24111.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.02%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=27.02%
G=40%
B=32.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77114940.3200.180.55147.5719.3737.45
Hex4D725E2001237941325
Octal11516213640022672242345
Binary1001101111001010111101000000100101101111001010010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,114,94); }

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

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

 a { background-color: rgb(77,114,94); }

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

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

 span { border-color: rgb(77,114,94); }

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