#788377

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

Shades of Davy's Grey #788377

Tints of Davy's Grey #788377

Color information

#788377 (or 0x788377) is unknown color: approx Davy's Grey. HEX triplet: 78, 83 and 77. RGB value is (120,131,119). Sum of RGB (Red+Green+Blue) = 120+131+119=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 131 - color contains mainly: green. Hex color #788377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788377 is #877C88. Grayscale: #7E7E7E. Windows color (decimal): -8879241 or 7832440. OLE color: 7832440.

HSL color Cylindrical-coordinate representation of color #788377: hue angle of 115º 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 #788377 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB120131119-
CMYK0.0800.090.49
HSL115º4.8%49.02%-
HSV(B)115º9.16%51.37%-
XYZ19.1921.5620.6-
YUV126.34123.86123.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=32.43%
G=35.41%
B=32.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201311190.0800.090.491154.849.02
Hex7883778093173531
Octal1702031671001161163561
Binary11110001000001111101111000010011100011110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788377; }

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

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

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

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

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

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

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

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