Html Css Color HEX #4E765B Como

📋 copy color: '#4E765B'

red 78 ◦ green 118 ◦ blue 91

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

Shades of Como #4E765B

Tints of Como #4E765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 27.18%
G = 41.11%
B = 31.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#4E765B (or 0x4E765B) is known color: Como. HEX triplet: 4E, 76 and 5B. RGB value is (78,118,91). Sum of RGB (Red+Green+Blue) = 78+118+91=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #4E765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E765B is #B189A4. Grayscale: #676767. Windows color (decimal): -11635109 or 5994062. OLE color: 5994062.

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

Color convert

RGB 78 118 91 -
CMYK 0.34 0 0.23 0.54
HSL 139.5º 0.2% 0.38% -
HSV(B) 139.5º 0.34% 0.46% -
XYZ 11.51 15.33 12.25 -
YUV 102.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 78 118 91 0.34 0 0.23 0.54 139.5 0.2 0.38
Hex 4E 76 5B 22 0 17 36 8C 14 26
Octal 116 166 133 42 0 27 66 214 24 46
Binary 1001110 1110110 1011011 100010 0 10111 110110 10001100 10100 100110

Color Harmonies of #4E765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E765B

Black with #4E765B

Text Example


Text Example

White with #4E765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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