#788977

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

Shades of Davy's Grey #788977

Tints of Davy's Grey #788977

Color information

#788977 (or 0x788977) is unknown color: approx Davy's Grey. HEX triplet: 78, 89 and 77. RGB value is (120,137,119). Sum of RGB (Red+Green+Blue) = 120+137+119=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #788977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788977 is #877688. Grayscale: #818181. Windows color (decimal): -8877705 or 7833976. OLE color: 7833976.

HSL color Cylindrical-coordinate representation of color #788977: hue angle of 116.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788977 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB120137119-
CMYK0.1200.130.46
HSL116.67º7.09%50.2%-
HSV(B)116.67º13.14%53.73%-
XYZ20.0223.2220.88-
YUV129.86121.87120.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=31.91%
G=36.44%
B=31.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201371190.1200.130.46116.677.0950.2
Hex788977C0D2E75732
Octal1702111671401556165762
Binary11110001000100111101111100011011011101110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788977; }

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

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

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

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

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

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

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

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