Html Css Color HEX #4D795D Como

📋 copy color: '#4D795D'

red 77 ◦ green 121 ◦ blue 93

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

Shades of Como #4D795D

Tints of Como #4D795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

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

R = 26.46%
G = 41.58%
B = 31.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#4D795D (or 0x4D795D) is known color: Como. HEX triplet: 4D, 79 and 5D. RGB value is (77,121,93). Sum of RGB (Red+Green+Blue) = 77+121+93=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #4D795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D795D is #B286A2. Grayscale: #686868. Windows color (decimal): -11699875 or 6125901. OLE color: 6125901.

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

Color convert

RGB 77 121 93 -
CMYK 0.36 0 0.23 0.53
HSL 141.82º 0.22% 0.39% -
HSV(B) 141.82º 0.36% 0.47% -
XYZ 11.87 16.04 12.83 -
YUV 104.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 77 121 93 0.36 0 0.23 0.53 141.82 0.22 0.39
Hex 4D 79 5D 24 0 17 35 8E 16 27
Octal 115 171 135 44 0 27 65 216 26 47
Binary 1001101 1111001 1011101 100100 0 10111 110101 10001110 10110 100111

Color Harmonies of #4D795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D795D

Black with #4D795D

Text Example


Text Example

White with #4D795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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