Html Css Color HEX #778676 Davy's Grey

📋 copy color: '#778676'

red 119 ◦ green 134 ◦ blue 118

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

Shades of Davy's Grey #778676

Tints of Davy's Grey #778676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 32.08%
G = 36.12%
B = 31.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#778676 (or 0x778676) is known color: Davy's Grey. HEX triplet: 77, 86 and 76. RGB value is (119,134,118). Sum of RGB (Red+Green+Blue) = 119+134+118=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #778676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778676 is #887989. Grayscale: #7F7F7F. Windows color (decimal): -8944010 or 7767671. OLE color: 7767671.

HSL color Cylindrical-coordinate representation of color #778676: hue angle of 116.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778676 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 134 118 -
CMYK 0.11 0 0.12 0.47
HSL 116.25º 0.06% 0.49% -
HSV(B) 116.25º 0.12% 0.53% -
XYZ 19.4 22.28 20.42 -
YUV 127.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 119 134 118 0.11 0 0.12 0.47 116.25 0.06 0.49
Hex 77 86 76 B 0 C 2F 74 6 31
Octal 167 206 166 13 0 14 57 164 6 61
Binary 1110111 10000110 1110110 1011 0 1100 101111 1110100 110 110001

Color Harmonies of #778676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778676

Black with #778676

Text Example


Text Example

White with #778676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778676; }

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

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

background-color css

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

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

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

border-color css

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

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

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