#7A967C

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

Shades of Davy's Grey #7A967C

Tints of Davy's Grey #7A967C

Color information

#7A967C (or 0x7A967C) is unknown color: approx Davy's Grey. HEX triplet: 7A, 96 and 7C. RGB value is (122,150,124). Sum of RGB (Red+Green+Blue) = 122+150+124=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 150 - color contains mainly: green. Hex color #7A967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A967C is #856983. Grayscale: #8A8A8A. Windows color (decimal): -8743300 or 8164986. OLE color: 8164986.

HSL color Cylindrical-coordinate representation of color #7A967C: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A967C is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB122150124-
CMYK0.1900.170.41
HSL124.29º11.76%53.33%-
HSV(B)124.29º18.67%58.82%-
XYZ22.5727.4123.17-
YUV138.66119.72116.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.81%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=30.81%
G=37.88%
B=31.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1221501240.1900.170.41124.2911.7653.33
Hex7A967C13011297cc35
Octal17222617423021511741465
Binary11110101001011011111001001101000110100111111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,150,124); }

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

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

 a { background-color: rgb(122,150,124); }

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

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

 span { border-color: rgb(122,150,124); }

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