#788F79

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

Shades of Davy's Grey #788F79

Tints of Davy's Grey #788F79

Color information

#788F79 (or 0x788F79) is unknown color: approx Davy's Grey. HEX triplet: 78, 8F and 79. RGB value is (120,143,121). Sum of RGB (Red+Green+Blue) = 120+143+121=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #788F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F79 is #877086. Grayscale: #858585. Windows color (decimal): -8876167 or 7966584. OLE color: 7966584.

HSL color Cylindrical-coordinate representation of color #788F79: hue angle of 122.61º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788F79 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB120143121-
CMYK0.1600.150.44
HSL122.61º9.31%51.57%-
HSV(B)122.61º16.08%56.08%-
XYZ21.0225.0221.81-
YUV133.61120.88118.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=31.25%
G=37.24%
B=31.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201431210.1600.150.44122.619.3151.57
Hex788F79100F2C7b934
Octal17021717120017541731164
Binary1111000100011111111001100000111110110011110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788F79; }

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

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

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

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

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

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

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

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