#4D725B

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

Shades of Como #4D725B

Tints of Como #4D725B

Color information

#4D725B (or 0x4D725B) is unknown color: approx Como. HEX triplet: 4D, 72 and 5B. RGB value is (77,114,91). Sum of RGB (Red+Green+Blue) = 77+114+91=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #4D725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D725B is #B28DA4. Grayscale: #646464. Windows color (decimal): -11701669 or 5993037. OLE color: 5993037.

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

Color convert

RGB7711491-
CMYK0.3200.200.55
HSL142.7º19.37%37.45%-
HSV(B)142.7º32.46%44.71%-
XYZ10.9714.3712.09-
YUV100.31122.74111.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.30%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=27.30%
G=40.43%
B=32.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77114910.3200.200.55142.719.3737.45
Hex4D725B20014378f1325
Octal11516213340024672172345
Binary1001101111001010110111000000101001101111000111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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