Html Css Color HEX #4D775D Como

📋 copy color: '#4D775D'

red 77 ◦ green 119 ◦ blue 93

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

Shades of Como #4D775D

Tints of Como #4D775D

RGB

 RED value IS 77 (30.47% from 255) = 26.64%

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

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

R = 26.64%
G = 41.18%
B = 32.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#4D775D (or 0x4D775D) is known color: Como. HEX triplet: 4D, 77 and 5D. RGB value is (77,119,93). Sum of RGB (Red+Green+Blue) = 77+119+93=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #4D775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D775D is #B288A2. Grayscale: #676767. Windows color (decimal): -11700387 or 6125389. OLE color: 6125389.

HSL color Cylindrical-coordinate representation of color #4D775D: hue angle of 142.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D775D is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 119 93 -
CMYK 0.35 0 0.22 0.53
HSL 142.86º 0.21% 0.38% -
HSV(B) 142.86º 0.35% 0.47% -
XYZ 11.63 15.56 12.75 -
YUV 103.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 77 119 93 0.35 0 0.22 0.53 142.86 0.21 0.38
Hex 4D 77 5D 23 0 16 35 8F 15 26
Octal 115 167 135 43 0 26 65 217 25 46
Binary 1001101 1110111 1011101 100011 0 10110 110101 10001111 10101 100110

Color Harmonies of #4D775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D775D

Black with #4D775D

Text Example


Text Example

White with #4D775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,119,93); }

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

background-color css

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

 a { background-color: rgb(77,119,93); }

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

border-color css

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

 span { border-color: rgb(77,119,93); }

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