#4D725A

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

Shades of Como #4D725A

Tints of Como #4D725A

Color information

#4D725A (or 0x4D725A) is unknown color: approx Como. HEX triplet: 4D, 72 and 5A. RGB value is (77,114,90). Sum of RGB (Red+Green+Blue) = 77+114+90=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #4D725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D725A is #B28DA5. Grayscale: #646464. Windows color (decimal): -11701670 or 5927501. OLE color: 5927501.

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

Color convert

RGB7711490-
CMYK0.3200.210.55
HSL141.08º19.37%37.45%-
HSV(B)141.08º32.46%44.71%-
XYZ10.9214.3511.87-
YUV100.2122.24111.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.40%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=27.40%
G=40.57%
B=32.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77114900.3200.210.55141.0819.3737.45
Hex4D725A20015378d1325
Octal11516213240025672152345
Binary1001101111001010110101000000101011101111000110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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