#788779

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

Shades of Davy's Grey #788779

Tints of Davy's Grey #788779

Color information

#788779 (or 0x788779) is unknown color: approx Davy's Grey. HEX triplet: 78, 87 and 79. RGB value is (120,135,121). Sum of RGB (Red+Green+Blue) = 120+135+121=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #788779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788779 is #877886. Grayscale: #808080. Windows color (decimal): -8878215 or 7964536. OLE color: 7964536.

HSL color Cylindrical-coordinate representation of color #788779: hue angle of 124º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #788779 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB120135121-
CMYK0.1100.100.47
HSL124º5.88%50%-
HSV(B)124º11.11%52.94%-
XYZ19.8622.721.42-
YUV128.92123.53121.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=31.91%
G=35.90%
B=32.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201351210.1100.100.471245.8850
Hex788779B0A2F7c632
Octal1702071711301257174662
Binary11110001000011111110011011010101011111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788779; }

 p { color: rgb(120,135,121); }

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

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

 a { background-color: rgb(120,135,121); }

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

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

 span { border-color: rgb(120,135,121); }

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