#4E765A

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

Shades of Como #4E765A

Tints of Como #4E765A

Color information

#4E765A (or 0x4E765A) is unknown color: approx Como. HEX triplet: 4E, 76 and 5A. RGB value is (78,118,90). Sum of RGB (Red+Green+Blue) = 78+118+90=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #4E765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E765A is #B189A5. Grayscale: #666666. Windows color (decimal): -11635110 or 5928526. OLE color: 5928526.

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

Color convert

RGB7811890-
CMYK0.3400.240.54
HSL138º20.41%38.43%-
HSV(B)138º33.9%46.27%-
XYZ11.4715.3112.02-
YUV102.85120.75110.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.27%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=27.27%
G=41.26%
B=31.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78118900.3400.240.5413820.4138.43
Hex4E765A22018368a1426
Octal11616613242030662122446
Binary1001110111011010110101000100110001101101000101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,118,90); }

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

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

 a { background-color: rgb(78,118,90); }

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

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

 span { border-color: rgb(78,118,90); }

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