#799479

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

Shades of Davy's Grey #799479

Tints of Davy's Grey #799479

Color information

#799479 (or 0x799479) is unknown color: approx Davy's Grey. HEX triplet: 79, 94 and 79. RGB value is (121,148,121). Sum of RGB (Red+Green+Blue) = 121+148+121=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #799479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799479 is #866B86. Grayscale: #888888. Windows color (decimal): -8809351 or 7967865. OLE color: 7967865.

HSL color Cylindrical-coordinate representation of color #799479: hue angle of 120º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #799479 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB121148121-
CMYK0.1800.180.42
HSL120º11.2%52.75%-
HSV(B)120º18.24%58.04%-
XYZ21.9326.6322.07-
YUV136.85119.05116.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=31.03%
G=37.95%
B=31.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211481210.1800.180.4212011.252.75
Hex799479120122A78b35
Octal17122417122022521701365
Binary11110011001010011110011001001001010101011110001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799479; }

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

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

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

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

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

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

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

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