#4E775D

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

Shades of Como #4E775D

Tints of Como #4E775D

Color information

#4E775D (or 0x4E775D) is unknown color: approx Como. HEX triplet: 4E, 77 and 5D. RGB value is (78,119,93). Sum of RGB (Red+Green+Blue) = 78+119+93=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #4E775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E775D is #B188A2. Grayscale: #676767. Windows color (decimal): -11634851 or 6125390. OLE color: 6125390.

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

Color convert

RGB7811993-
CMYK0.3400.220.53
HSL141.95º20.81%38.63%-
HSV(B)141.95º34.45%46.67%-
XYZ11.7115.612.75-
YUV103.78121.92109.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.90%
GREEN value IS 119 (46.88% from 255) = 41.03%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=26.90%
G=41.03%
B=32.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78119930.3400.220.53141.9520.8138.63
Hex4E775D22016358e1527
Octal11616713542026652162547
Binary1001110111011110111011000100101101101011000111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,119,93); }

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

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

 a { background-color: rgb(78,119,93); }

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

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

 span { border-color: rgb(78,119,93); }

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