Html Css Color HEX #779175 Davy's Grey

📋 copy color: '#779175'

red 119 ◦ green 145 ◦ blue 117

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

Shades of Davy's Grey #779175

Tints of Davy's Grey #779175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 31.23%
G = 38.06%
B = 30.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#779175 (or 0x779175) is known color: Davy's Grey. HEX triplet: 77, 91 and 75. RGB value is (119,145,117). Sum of RGB (Red+Green+Blue) = 119+145+117=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #779175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779175 is #886E8A. Grayscale: #868686. Windows color (decimal): -8941195 or 7704951. OLE color: 7704951.

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

Color convert

RGB 119 145 117 -
CMYK 0.18 0 0.19 0.43
HSL 115.71º 0.11% 0.51% -
HSV(B) 115.71º 0.19% 0.57% -
XYZ 20.94 25.46 20.64 -
YUV 134.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 119 145 117 0.18 0 0.19 0.43 115.71 0.11 0.51
Hex 77 91 75 12 0 13 2B 74 B 33
Octal 167 221 165 22 0 23 53 164 13 63
Binary 1110111 10010001 1110101 10010 0 10011 101011 1110100 1011 110011

Color Harmonies of #779175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779175

Black with #779175

Text Example


Text Example

White with #779175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779175; }

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

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

background-color css

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

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

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

border-color css

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

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

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