Html Css Color HEX #4D785F Como

📋 copy color: '#4D785F'

red 77 ◦ green 120 ◦ blue 95

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

Shades of Como #4D785F

Tints of Como #4D785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.1%

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 26.37%
G = 41.1%
B = 32.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#4D785F (or 0x4D785F) is known color: Como. HEX triplet: 4D, 78 and 5F. RGB value is (77,120,95). Sum of RGB (Red+Green+Blue) = 77+120+95=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #4D785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D785F is #B287A0. Grayscale: #686868. Windows color (decimal): -11700129 or 6256717. OLE color: 6256717.

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

Color convert

RGB 77 120 95 -
CMYK 0.36 0 0.21 0.53
HSL 145.12º 0.22% 0.39% -
HSV(B) 145.12º 0.36% 0.47% -
XYZ 11.84 15.84 13.26 -
YUV 104.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 77 120 95 0.36 0 0.21 0.53 145.12 0.22 0.39
Hex 4D 78 5F 24 0 15 35 91 16 27
Octal 115 170 137 44 0 25 65 221 26 47
Binary 1001101 1111000 1011111 100100 0 10101 110101 10010001 10110 100111

Color Harmonies of #4D785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D785F

Black with #4D785F

Text Example


Text Example

White with #4D785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,120,95); }

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

background-color css

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

 a { background-color: rgb(77,120,95); }

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

border-color css

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

 span { border-color: rgb(77,120,95); }

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