#4D795C

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

Shades of Como #4D795C

Tints of Como #4D795C

Color information

#4D795C (or 0x4D795C) is unknown color: approx Como. HEX triplet: 4D, 79 and 5C. RGB value is (77,121,92). Sum of RGB (Red+Green+Blue) = 77+121+92=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #4D795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D795C is #B286A3. Grayscale: #686868. Windows color (decimal): -11699876 or 6060365. OLE color: 6060365.

HSL color Cylindrical-coordinate representation of color #4D795C: hue angle of 140.45º 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 #4D795C is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB7712192-
CMYK0.3600.240.53
HSL140.45º22.22%38.82%-
HSV(B)140.45º36.36%47.45%-
XYZ11.8316.0312.59-
YUV104.54120.92108.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.55%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=26.55%
G=41.72%
B=31.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77121920.3600.240.53140.4522.2238.82
Hex4D795C24018358c1627
Octal11517113444030652142647
Binary1001101111100110111001001000110001101011000110010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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