Html Css Color HEX #779476 Davy's Grey

📋 copy color: '#779476'

red 119 ◦ green 148 ◦ blue 118

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

Shades of Davy's Grey #779476

Tints of Davy's Grey #779476

RGB

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

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

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

R = 30.91%
G = 38.44%
B = 30.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#779476 (or 0x779476) is known color: Davy's Grey. HEX triplet: 77, 94 and 76. RGB value is (119,148,118). Sum of RGB (Red+Green+Blue) = 119+148+118=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #779476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779476 is #886B89. Grayscale: #878787. Windows color (decimal): -8940426 or 7771255. OLE color: 7771255.

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

Color convert

RGB 119 148 118 -
CMYK 0.20 0 0.20 0.42
HSL 118º 0.12% 0.52% -
HSV(B) 118º 0.2% 0.58% -
XYZ 21.47 26.41 21.11 -
YUV 135.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 119 148 118 0.20 0 0.20 0.42 118 0.12 0.52
Hex 77 94 76 14 0 14 2A 76 C 34
Octal 167 224 166 24 0 24 52 166 14 64
Binary 1110111 10010100 1110110 10100 0 10100 101010 1110110 1100 110100

Color Harmonies of #779476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779476

Black with #779476

Text Example


Text Example

White with #779476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779476; }

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

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

background-color css

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

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

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

border-color css

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

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

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