Html Css Color HEX #779679 Davy's Grey

📋 copy color: '#779679'

red 119 ◦ green 150 ◦ blue 121

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

Shades of Davy's Grey #779679

Tints of Davy's Grey #779679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 30.51%
G = 38.46%
B = 31.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#779679 (or 0x779679) is known color: Davy's Grey. HEX triplet: 77, 96 and 79. RGB value is (119,150,121). Sum of RGB (Red+Green+Blue) = 119+150+121=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #779679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779679 is #886986. Grayscale: #898989. Windows color (decimal): -8939911 or 7968375. OLE color: 7968375.

HSL color Cylindrical-coordinate representation of color #779679: hue angle of 123.87º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779679 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 150 121 -
CMYK 0.21 0 0.19 0.41
HSL 123.87º 0.13% 0.53% -
HSV(B) 123.87º 0.21% 0.59% -
XYZ 21.97 27.12 22.17 -
YUV 137.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 119 150 121 0.21 0 0.19 0.41 123.87 0.13 0.53
Hex 77 96 79 15 0 13 29 7C D 35
Octal 167 226 171 25 0 23 51 174 15 65
Binary 1110111 10010110 1111001 10101 0 10011 101001 1111100 1101 110101

Color Harmonies of #779679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779679

Black with #779679

Text Example


Text Example

White with #779679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779679; }

 p { color: rgb(119,150,121); }

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

background-color css

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

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

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

border-color css

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

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

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