#4D725C

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

Shades of Como #4D725C

Tints of Como #4D725C

Color information

#4D725C (or 0x4D725C) is unknown color: approx Como. HEX triplet: 4D, 72 and 5C. RGB value is (77,114,92). Sum of RGB (Red+Green+Blue) = 77+114+92=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #4D725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D725C is #B28DA3. Grayscale: #646464. Windows color (decimal): -11701668 or 6058573. OLE color: 6058573.

HSL color Cylindrical-coordinate representation of color #4D725C: hue angle of 144.32º 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 #4D725C is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB7711492-
CMYK0.3200.190.55
HSL144.32º19.37%37.45%-
HSV(B)144.32º32.46%44.71%-
XYZ11.0114.3912.32-
YUV100.43123.24111.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.21%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=27.21%
G=40.28%
B=32.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77114920.3200.190.55144.3219.3737.45
Hex4D725C2001337901325
Octal11516213440023672202345
Binary1001101111001010111001000000100111101111001000010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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