#778477

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

Shades of Davy's Grey #778477

Tints of Davy's Grey #778477

Color information

#778477 (or 0x778477) is unknown color: approx Davy's Grey. HEX triplet: 77, 84 and 77. RGB value is (119,132,119). Sum of RGB (Red+Green+Blue) = 119+132+119=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #778477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778477 is #887B88. Grayscale: #7E7E7E. Windows color (decimal): -8944521 or 7832695. OLE color: 7832695.

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

Color convert

RGB119132119-
CMYK0.1000.100.48
HSL120º5.18%49.22%-
HSV(B)120º9.85%51.76%-
XYZ19.1921.7620.64-
YUV126.63123.69122.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=32.16%
G=35.68%
B=32.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191321190.1000.100.481205.1849.22
Hex778477A0A3078531
Octal1672041671201260170561
Binary11101111000010011101111010010101100001111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778477; }

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

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

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

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

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

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

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

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