#798E77

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

Shades of Davy's Grey #798E77

Tints of Davy's Grey #798E77

Color information

#798E77 (or 0x798E77) is unknown color: approx Davy's Grey. HEX triplet: 79, 8E and 77. RGB value is (121,142,119). Sum of RGB (Red+Green+Blue) = 121+142+119=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 142 - color contains mainly: green. Hex color #798E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798E77 is #867188. Grayscale: #858585. Windows color (decimal): -8810889 or 7835257. OLE color: 7835257.

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

Color convert

RGB121142119-
CMYK0.1500.160.44
HSL114.78º9.24%51.18%-
HSV(B)114.78º16.2%55.69%-
XYZ20.8924.7421.13-
YUV133.1120.04119.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=31.68%
G=37.17%
B=31.15%

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
Decimal1211421190.1500.160.44114.789.2451.18
Hex798E77F0102C73933
Octal17121616717020541631163
Binary1111001100011101110111111101000010110011100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,142,119); }

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

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

 a { background-color: rgb(121,142,119); }

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

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

 span { border-color: rgb(121,142,119); }

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