Html Css Color HEX #779478 Davy's Grey

📋 copy color: '#779478'

red 119 ◦ green 148 ◦ blue 120

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

Shades of Davy's Grey #779478

Tints of Davy's Grey #779478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 30.75%
G = 38.24%
B = 31.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#779478 (or 0x779478) is known color: Davy's Grey. HEX triplet: 77, 94 and 78. RGB value is (119,148,120). Sum of RGB (Red+Green+Blue) = 119+148+120=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #779478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779478 is #886B87. Grayscale: #888888. Windows color (decimal): -8940424 or 7902327. OLE color: 7902327.

HSL color Cylindrical-coordinate representation of color #779478: hue angle of 122.07º 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 #779478 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 120 -
CMYK 0.20 0 0.19 0.42
HSL 122.07º 0.12% 0.52% -
HSV(B) 122.07º 0.2% 0.58% -
XYZ 21.59 26.46 21.74 -
YUV 136.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 119 148 120 0.20 0 0.19 0.42 122.07 0.12 0.52
Hex 77 94 78 14 0 13 2A 7A C 34
Octal 167 224 170 24 0 23 52 172 14 64
Binary 1110111 10010100 1111000 10100 0 10011 101010 1111010 1100 110100

Color Harmonies of #779478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779478

Black with #779478

Text Example


Text Example

White with #779478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779478; }

 p { color: rgb(119,148,120); }

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

background-color css

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

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

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

border-color css

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

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

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