#7A8D79

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

Shades of Davy's Grey #7A8D79

Tints of Davy's Grey #7A8D79

Color information

#7A8D79 (or 0x7A8D79) is unknown color: approx Davy's Grey. HEX triplet: 7A, 8D and 79. RGB value is (122,141,121). Sum of RGB (Red+Green+Blue) = 122+141+121=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8D79 is #857286. Grayscale: #858585. Windows color (decimal): -8745607 or 7966074. OLE color: 7966074.

HSL color Cylindrical-coordinate representation of color #7A8D79: hue angle of 117º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A8D79 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB122141121-
CMYK0.1300.140.45
HSL117º8.06%51.37%-
HSV(B)117º14.18%55.29%-
XYZ2124.5721.72-
YUV133.04121.21120.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.77%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=31.77%
G=36.72%
B=31.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221411210.1300.140.451178.0651.37
Hex7A8D79D0E2D75833
Octal17221517115016551651063
Binary111101010001101111100111010111010110111101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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