#4E755E

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

Shades of Como #4E755E

Tints of Como #4E755E

Color information

#4E755E (or 0x4E755E) is unknown color: approx Como. HEX triplet: 4E, 75 and 5E. RGB value is (78,117,94). Sum of RGB (Red+Green+Blue) = 78+117+94=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #4E755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E755E is #B18AA1. Grayscale: #666666. Windows color (decimal): -11635362 or 6190414. OLE color: 6190414.

HSL color Cylindrical-coordinate representation of color #4E755E: hue angle of 144.62º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E755E is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB7811794-
CMYK0.3300.200.54
HSL144.62º20%38.24%-
HSV(B)144.62º33.33%45.88%-
XYZ11.5215.1512.91-
YUV102.72123.08110.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.99%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=26.99%
G=40.48%
B=32.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78117940.3300.200.54144.622038.24
Hex4E755E2101436911426
Octal11616513641024662212446
Binary1001110111010110111101000010101001101101001000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,117,94); }

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

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

 a { background-color: rgb(78,117,94); }

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

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

 span { border-color: rgb(78,117,94); }

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