Html Css Color HEX #4E755A Como

📋 copy color: '#4E755A'

red 78 ◦ green 117 ◦ blue 90

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

Shades of Como #4E755A

Tints of Como #4E755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.05%

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 27.37%
G = 41.05%
B = 31.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#4E755A (or 0x4E755A) is known color: Como. HEX triplet: 4E, 75 and 5A. RGB value is (78,117,90). Sum of RGB (Red+Green+Blue) = 78+117+90=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #4E755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E755A is #B18AA5. Grayscale: #666666. Windows color (decimal): -11635366 or 5928270. OLE color: 5928270.

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

Color convert

RGB 78 117 90 -
CMYK 0.33 0 0.23 0.54
HSL 138.46º 0.2% 0.38% -
HSV(B) 138.46º 0.33% 0.46% -
XYZ 11.35 15.08 11.99 -
YUV 102.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 78 117 90 0.33 0 0.23 0.54 138.46 0.2 0.38
Hex 4E 75 5A 21 0 17 36 8A 14 26
Octal 116 165 132 41 0 27 66 212 24 46
Binary 1001110 1110101 1011010 100001 0 10111 110110 10001010 10100 100110

Color Harmonies of #4E755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E755A

Black with #4E755A

Text Example


Text Example

White with #4E755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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