Html Css Color HEX #779174 Davy's Grey

📋 copy color: '#779174'

red 119 ◦ green 145 ◦ blue 116

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

Shades of Davy's Grey #779174

Tints of Davy's Grey #779174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.16%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 31.32%
G = 38.16%
B = 30.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#779174 (or 0x779174) is known color: Davy's Grey. HEX triplet: 77, 91 and 74. RGB value is (119,145,116). Sum of RGB (Red+Green+Blue) = 119+145+116=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #779174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779174 is #886E8B. Grayscale: #868686. Windows color (decimal): -8941196 or 7639415. OLE color: 7639415.

HSL color Cylindrical-coordinate representation of color #779174: hue angle of 113.79º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #779174 is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 116 -
CMYK 0.18 0 0.2 0.43
HSL 113.79º 0.12% 0.51% -
HSV(B) 113.79º 0.2% 0.57% -
XYZ 20.89 25.43 20.33 -
YUV 133.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 119 145 116 0.18 0 0.2 0.43 113.79 0.12 0.51
Hex 77 91 74 12 0 14 2B 72 C 33
Octal 167 221 164 22 0 24 53 162 14 63
Binary 1110111 10010001 1110100 10010 0 10100 101011 1110010 1100 110011

Color Harmonies of #779174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779174

Black with #779174

Text Example


Text Example

White with #779174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779174; }

 p { color: rgb(119,145,116); }

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

background-color css

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

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

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

border-color css

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

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

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