Html Css Color HEX #4E775E Como

📋 copy color: '#4E775E'

red 78 ◦ green 119 ◦ blue 94

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

Shades of Como #4E775E

Tints of Como #4E775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.89%

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

R = 26.8%
G = 40.89%
B = 32.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#4E775E (or 0x4E775E) is known color: Como. HEX triplet: 4E, 77 and 5E. RGB value is (78,119,94). Sum of RGB (Red+Green+Blue) = 78+119+94=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #4E775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E775E is #B188A1. Grayscale: #676767. Windows color (decimal): -11634850 or 6190926. OLE color: 6190926.

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

Color convert

RGB 78 119 94 -
CMYK 0.34 0 0.21 0.53
HSL 143.41º 0.21% 0.39% -
HSV(B) 143.41º 0.34% 0.47% -
XYZ 11.76 15.62 12.99 -
YUV 103.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 78 119 94 0.34 0 0.21 0.53 143.41 0.21 0.39
Hex 4E 77 5E 22 0 15 35 8F 15 27
Octal 116 167 136 42 0 25 65 217 25 47
Binary 1001110 1110111 1011110 100010 0 10101 110101 10001111 10101 100111

Color Harmonies of #4E775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E775E

Black with #4E775E

Text Example


Text Example

White with #4E775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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