Html Css Color HEX #4E715E Como

📋 copy color: '#4E715E'

red 78 ◦ green 113 ◦ blue 94

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

Shades of Como #4E715E

Tints of Como #4E715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.65%

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

R = 27.37%
G = 39.65%
B = 32.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#4E715E (or 0x4E715E) is known color: Como. HEX triplet: 4E, 71 and 5E. RGB value is (78,113,94). Sum of RGB (Red+Green+Blue) = 78+113+94=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #4E715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E715E is #B18EA1. Grayscale: #646464. Windows color (decimal): -11636386 or 6189390. OLE color: 6189390.

HSL color Cylindrical-coordinate representation of color #4E715E: hue angle of 147.43º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E715E is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 113 94 -
CMYK 0.31 0 0.17 0.56
HSL 147.43º 0.18% 0.37% -
HSV(B) 147.43º 0.31% 0.44% -
XYZ 11.07 14.24 12.75 -
YUV 100.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 78 113 94 0.31 0 0.17 0.56 147.43 0.18 0.37
Hex 4E 71 5E 1F 0 11 38 93 12 25
Octal 116 161 136 37 0 21 70 223 22 45
Binary 1001110 1110001 1011110 11111 0 10001 111000 10010011 10010 100101

Color Harmonies of #4E715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E715E

Black with #4E715E

Text Example


Text Example

White with #4E715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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