#778377

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

Shades of Davy's Grey #778377

Tints of Davy's Grey #778377

Color information

#778377 (or 0x778377) is unknown color: approx Davy's Grey. HEX triplet: 77, 83 and 77. RGB value is (119,131,119). Sum of RGB (Red+Green+Blue) = 119+131+119=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #778377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778377 is #887C88. Grayscale: #7E7E7E. Windows color (decimal): -8944777 or 7832439. OLE color: 7832439.

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

Color convert

RGB119131119-
CMYK0.0900.090.49
HSL120º4.8%49.02%-
HSV(B)120º9.16%51.37%-
XYZ19.0521.4920.6-
YUV126.04124.02122.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=32.25%
G=35.50%
B=32.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191311190.0900.090.491204.849.02
Hex7783779093178531
Octal1672031671101161170561
Binary11101111000001111101111001010011100011111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778377; }

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

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

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

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

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

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

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

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