#4D785A

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

Shades of Como #4D785A

Tints of Como #4D785A

Color information

#4D785A (or 0x4D785A) is unknown color: approx Como. HEX triplet: 4D, 78 and 5A. RGB value is (77,120,90). Sum of RGB (Red+Green+Blue) = 77+120+90=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #4D785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D785A is #B287A5. Grayscale: #676767. Windows color (decimal): -11700134 or 5929037. OLE color: 5929037.

HSL color Cylindrical-coordinate representation of color #4D785A: hue angle of 138.14º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D785A is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB7712090-
CMYK0.3600.250.53
HSL138.14º21.83%38.63%-
HSV(B)138.14º35.83%47.06%-
XYZ11.6215.7512.1-
YUV103.72120.25108.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.83%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=26.83%
G=41.81%
B=31.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77120900.3600.250.53138.1421.8338.63
Hex4D785A24019358a1627
Octal11517013244031652122647
Binary1001101111100010110101001000110011101011000101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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