Html Css Color HEX #779377 Davy's Grey

📋 copy color: '#779377'

red 119 ◦ green 147 ◦ blue 119

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

Shades of Davy's Grey #779377

Tints of Davy's Grey #779377

RGB

 RED value IS 119 (46.88% from 255) = 30.91%

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 30.91%
G = 38.18%
B = 30.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#779377 (or 0x779377) is known color: Davy's Grey. HEX triplet: 77, 93 and 77. RGB value is (119,147,119). Sum of RGB (Red+Green+Blue) = 119+147+119=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #779377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779377 is #886C88. Grayscale: #878787. Windows color (decimal): -8940681 or 7836535. OLE color: 7836535.

HSL color Cylindrical-coordinate representation of color #779377: hue angle of 120º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #779377 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 119 -
CMYK 0.19 0 0.19 0.42
HSL 120º 0.11% 0.52% -
HSV(B) 120º 0.19% 0.58% -
XYZ 21.37 26.12 21.37 -
YUV 135.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 119 147 119 0.19 0 0.19 0.42 120 0.11 0.52
Hex 77 93 77 13 0 13 2A 78 B 34
Octal 167 223 167 23 0 23 52 170 13 64
Binary 1110111 10010011 1110111 10011 0 10011 101010 1111000 1011 110100

Color Harmonies of #779377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779377

Black with #779377

Text Example


Text Example

White with #779377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779377; }

 p { color: rgb(119,147,119); }

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

background-color css

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

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

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

border-color css

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

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

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