#798F78

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

Shades of Davy's Grey #798F78

Tints of Davy's Grey #798F78

Color information

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

HSL color Cylindrical-coordinate representation of color #798F78: hue angle of 117.39º 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 #798F78 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB121143120-
CMYK0.1500.160.44
HSL117.39º9.31%51.57%-
HSV(B)117.39º16.08%56.08%-
XYZ21.125.0721.5-
YUV133.8120.21118.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211431200.1500.160.44117.399.3151.57
Hex798F78F0102C75934
Octal17121717017020541651164
Binary1111001100011111111000111101000010110011101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798F78; }

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

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

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

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

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

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

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

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