#778575

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

Shades of Davy's Grey #778575

Tints of Davy's Grey #778575

Color information

#778575 (or 0x778575) is unknown color: approx Davy's Grey. HEX triplet: 77, 85 and 75. RGB value is (119,133,117). Sum of RGB (Red+Green+Blue) = 119+133+117=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #778575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778575 is #887A8A. Grayscale: #7F7F7F. Windows color (decimal): -8944267 or 7701879. OLE color: 7701879.

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

Color convert

RGB119133117-
CMYK0.1100.120.48
HSL112.5º6.4%49.02%-
HSV(B)112.5º12.03%52.16%-
XYZ19.2121.9820.06-
YUV126.99122.36122.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=32.25%
G=36.04%
B=31.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191331170.1100.120.48112.56.449.02
Hex778575B0C3070631
Octal1672051651301460160661
Binary11101111000010111101011011011001100001110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778575; }

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

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

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

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

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

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

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

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