#778677

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

Shades of Davy's Grey #778677

Tints of Davy's Grey #778677

Color information

#778677 (or 0x778677) is unknown color: approx Davy's Grey. HEX triplet: 77, 86 and 77. RGB value is (119,134,119). Sum of RGB (Red+Green+Blue) = 119+134+119=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #778677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778677 is #887988. Grayscale: #7F7F7F. Windows color (decimal): -8944009 or 7833207. OLE color: 7833207.

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

Color convert

RGB119134119-
CMYK0.1100.110.47
HSL120º5.93%49.61%-
HSV(B)120º11.19%52.55%-
XYZ19.4622.320.73-
YUV127.8123.03121.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=31.99%
G=36.02%
B=31.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341190.1100.110.471205.9349.61
Hex778677B0B2F78632
Octal1672061671301357170662
Binary11101111000011011101111011010111011111111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778677; }

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

 H1.HeaderClassName
 {
   color: #778677;
 }
 .AnyTagClassName
 {
   color: #778677;
 }
</style>
background-color css

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

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

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

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

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

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