#778676

Color #778676 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #778676

Tints of Davy's Grey #778676

Color information

#778676 (or 0x778676) is unknown color: approx 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

RGB119134118-
CMYK0.1100.120.47
HSL116.25º6.35%49.41%-
HSV(B)116.25º11.94%52.55%-
XYZ19.422.2820.42-
YUV127.69122.53121.8-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341180.1100.120.47116.256.3549.41
Hex778676B0C2F74631
Octal1672061661301457164661
Binary11101111000011011101101011011001011111110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>