Html Css Color HEX #4E755D Como

📋 copy color: '#4E755D'

red 78 ◦ green 117 ◦ blue 93

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

Shades of Como #4E755D

Tints of Como #4E755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 27.08%
G = 40.63%
B = 32.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#4E755D (or 0x4E755D) is known color: Como. HEX triplet: 4E, 75 and 5D. RGB value is (78,117,93). Sum of RGB (Red+Green+Blue) = 78+117+93=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #4E755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E755D is #B18AA2. Grayscale: #666666. Windows color (decimal): -11635363 or 6124878. OLE color: 6124878.

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

Color convert

RGB 78 117 93 -
CMYK 0.33 0 0.21 0.54
HSL 143.08º 0.2% 0.38% -
HSV(B) 143.08º 0.33% 0.46% -
XYZ 11.48 15.13 12.67 -
YUV 102.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 78 117 93 0.33 0 0.21 0.54 143.08 0.2 0.38
Hex 4E 75 5D 21 0 15 36 8F 14 26
Octal 116 165 135 41 0 25 66 217 24 46
Binary 1001110 1110101 1011101 100001 0 10101 110110 10001111 10100 100110

Color Harmonies of #4E755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E755D

Black with #4E755D

Text Example


Text Example

White with #4E755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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