#4E765F

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

Shades of Como #4E765F

Tints of Como #4E765F

Color information

#4E765F (or 0x4E765F) is unknown color: approx Como. HEX triplet: 4E, 76 and 5F. RGB value is (78,118,95). Sum of RGB (Red+Green+Blue) = 78+118+95=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #4E765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E765F is #B189A0. Grayscale: #676767. Windows color (decimal): -11635105 or 6256206. OLE color: 6256206.

HSL color Cylindrical-coordinate representation of color #4E765F: hue angle of 145.5º 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 #4E765F is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB7811895-
CMYK0.3400.190.54
HSL145.5º20.41%38.43%-
HSV(B)145.5º33.9%46.27%-
XYZ11.6915.413.18-
YUV103.42123.25109.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.80%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=26.80%
G=40.55%
B=32.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78118950.3400.190.54145.520.4138.43
Hex4E765F2201336921426
Octal11616613742023662222446
Binary1001110111011010111111000100100111101101001001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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