#7A9079

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

Shades of Davy's Grey #7A9079

Tints of Davy's Grey #7A9079

Color information

#7A9079 (or 0x7A9079) is unknown color: approx Davy's Grey. HEX triplet: 7A, 90 and 79. RGB value is (122,144,121). Sum of RGB (Red+Green+Blue) = 122+144+121=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9079 is #856F86. Grayscale: #868686. Windows color (decimal): -8744839 or 7966842. OLE color: 7966842.

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

Color convert

RGB122144121-
CMYK0.1500.160.44
HSL117.39º9.39%51.96%-
HSV(B)117.39º15.97%56.47%-
XYZ21.4525.4621.87-
YUV134.8120.21118.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.52%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=31.52%
G=37.21%
B=31.27%

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
Decimal1221441210.1500.160.44117.399.3951.96
Hex7A9079F0102C75934
Octal17222017117020541651164
Binary1111010100100001111001111101000010110011101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9079; }

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

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

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

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

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

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

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

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