#798E7A

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

Shades of Davy's Grey #798E7A

Tints of Davy's Grey #798E7A

Color information

#798E7A (or 0x798E7A) is unknown color: approx Davy's Grey. HEX triplet: 79, 8E and 7A. RGB value is (121,142,122). Sum of RGB (Red+Green+Blue) = 121+142+122=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 142 - color contains mainly: green. Hex color #798E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798E7A is #867185. Grayscale: #858585. Windows color (decimal): -8810886 or 8031865. OLE color: 8031865.

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

Color convert

RGB121142122-
CMYK0.1500.140.44
HSL122.86º8.5%51.57%-
HSV(B)122.86º14.79%55.69%-
XYZ21.0724.8222.09-
YUV133.44121.54119.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=31.43%
G=36.88%
B=31.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211421220.1500.140.44122.868.551.57
Hex798E7AF0E2C7b934
Octal17121617217016541731164
Binary111100110001110111101011110111010110011110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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