#798478

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

Shades of Davy's Grey #798478

Tints of Davy's Grey #798478

Color information

#798478 (or 0x798478) is unknown color: approx Davy's Grey. HEX triplet: 79, 84 and 78. RGB value is (121,132,120). Sum of RGB (Red+Green+Blue) = 121+132+120=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #798478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798478 is #867B87. Grayscale: #7F7F7F. Windows color (decimal): -8813448 or 7898233. OLE color: 7898233.

HSL color Cylindrical-coordinate representation of color #798478: hue angle of 115º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #798478 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB121132120-
CMYK0.0800.090.48
HSL115º4.76%49.41%-
HSV(B)115º9.09%51.76%-
XYZ19.5321.9220.97-
YUV127.34123.86123.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.44%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=32.44%
G=35.39%
B=32.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211321200.0800.090.481154.7649.41
Hex7984788093073531
Octal1712041701001160163561
Binary11110011000010011110001000010011100001110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798478; }

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

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

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

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

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

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

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

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