#778675

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

Shades of Davy's Grey #778675

Tints of Davy's Grey #778675

Color information

#778675 (or 0x778675) is unknown color: approx Davy's Grey. HEX triplet: 77, 86 and 75. RGB value is (119,134,117). Sum of RGB (Red+Green+Blue) = 119+134+117=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #778675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778675 is #88798A. Grayscale: #7F7F7F. Windows color (decimal): -8944011 or 7702135. OLE color: 7702135.

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

Color convert

RGB119134117-
CMYK0.1100.130.47
HSL112.94º6.77%49.22%-
HSV(B)112.94º12.69%52.55%-
XYZ19.3422.2620.11-
YUV127.58122.03121.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=32.16%
G=36.22%
B=31.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341170.1100.130.47112.946.7749.22
Hex778675B0D2F71731
Octal1672061651301557161761
Binary11101111000011011101011011011011011111110001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778675; }

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

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

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

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

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

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

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

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