#798479

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

Shades of Davy's Grey #798479

Tints of Davy's Grey #798479

Color information

#798479 (or 0x798479) is unknown color: approx Davy's Grey. HEX triplet: 79, 84 and 79. RGB value is (121,132,121). Sum of RGB (Red+Green+Blue) = 121+132+121=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 132 - color contains mainly: green. Hex color #798479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798479 is #867B86. Grayscale: #7F7F7F. Windows color (decimal): -8813447 or 7963769. OLE color: 7963769.

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

Color convert

RGB121132121-
CMYK0.0800.080.48
HSL120º4.35%49.61%-
HSV(B)120º8.33%51.76%-
XYZ19.5921.9521.29-
YUV127.46124.36123.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=32.35%
G=35.29%
B=32.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211321210.0800.080.481204.3549.61
Hex7984798083078432
Octal1712041711001060170462
Binary11110011000010011110011000010001100001111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798479; }

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

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

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

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

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

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

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

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