Html Css Color HEX #779376 Davy's Grey

📋 copy color: '#779376'

red 119 ◦ green 147 ◦ blue 118

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

Shades of Davy's Grey #779376

Tints of Davy's Grey #779376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 30.99%
G = 38.28%
B = 30.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#779376 (or 0x779376) is known color: Davy's Grey. HEX triplet: 77, 93 and 76. RGB value is (119,147,118). Sum of RGB (Red+Green+Blue) = 119+147+118=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #779376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779376 is #886C89. Grayscale: #878787. Windows color (decimal): -8940682 or 7770999. OLE color: 7770999.

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

Color convert

RGB 119 147 118 -
CMYK 0.19 0 0.20 0.42
HSL 117.93º 0.12% 0.52% -
HSV(B) 117.93º 0.2% 0.58% -
XYZ 21.31 26.1 21.05 -
YUV 135.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 119 147 118 0.19 0 0.20 0.42 117.93 0.12 0.52
Hex 77 93 76 13 0 14 2A 76 C 34
Octal 167 223 166 23 0 24 52 166 14 64
Binary 1110111 10010011 1110110 10011 0 10100 101010 1110110 1100 110100

Color Harmonies of #779376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779376

Black with #779376

Text Example


Text Example

White with #779376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779376; }

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

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

background-color css

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

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

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

border-color css

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

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

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