Html Css Color HEX #4E765E Como

📋 copy color: '#4E765E'

red 78 ◦ green 118 ◦ blue 94

#4E765E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #4E765E

Tints of Como #4E765E

RGB

 RED value IS 78 (30.86% from 255) = 26.9%

 GREEN value IS 118 (46.48% from 255) = 40.69%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 26.9%
G = 40.69%
B = 32.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#4E765E (or 0x4E765E) is known color: Como. HEX triplet: 4E, 76 and 5E. RGB value is (78,118,94). Sum of RGB (Red+Green+Blue) = 78+118+94=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #4E765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E765E is #B189A1. Grayscale: #676767. Windows color (decimal): -11635106 or 6190670. OLE color: 6190670.

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

Color convert

RGB 78 118 94 -
CMYK 0.34 0 0.20 0.54
HSL 144º 0.2% 0.38% -
HSV(B) 144º 0.34% 0.46% -
XYZ 11.64 15.38 12.95 -
YUV 103.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 78 118 94 0.34 0 0.20 0.54 144 0.2 0.38
Hex 4E 76 5E 22 0 14 36 90 14 26
Octal 116 166 136 42 0 24 66 220 24 46
Binary 1001110 1110110 1011110 100010 0 10100 110110 10010000 10100 100110

Color Harmonies of #4E765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E765E

Black with #4E765E

Text Example


Text Example

White with #4E765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E765E;
 }
 .AnyTagClassName
 {
   color: #4E765E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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