Html Css Color HEX #778D76 Davy's Grey

📋 copy color: '#778D76'

red 119 ◦ green 141 ◦ blue 118

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

Shades of Davy's Grey #778D76

Tints of Davy's Grey #778D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

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

R = 31.48%
G = 37.3%
B = 31.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#778D76 (or 0x778D76) is known color: Davy's Grey. HEX triplet: 77, 8D and 76. RGB value is (119,141,118). Sum of RGB (Red+Green+Blue) = 119+141+118=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #778D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778D76 is #887289. Grayscale: #838383. Windows color (decimal): -8942218 or 7769463. OLE color: 7769463.

HSL color Cylindrical-coordinate representation of color #778D76: hue angle of 117.39º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778D76 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 141 118 -
CMYK 0.16 0 0.16 0.45
HSL 117.39º 0.09% 0.51% -
HSV(B) 117.39º 0.16% 0.55% -
XYZ 20.4 24.28 20.75 -
YUV 131.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 119 141 118 0.16 0 0.16 0.45 117.39 0.09 0.51
Hex 77 8D 76 10 0 10 2D 75 9 33
Octal 167 215 166 20 0 20 55 165 11 63
Binary 1110111 10001101 1110110 10000 0 10000 101101 1110101 1001 110011

Color Harmonies of #778D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778D76

Black with #778D76

Text Example


Text Example

White with #778D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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