#7D967C

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

Shades of Davy's Grey #7D967C

Tints of Davy's Grey #7D967C

Color information

#7D967C (or 0x7D967C) is unknown color: approx Davy's Grey. HEX triplet: 7D, 96 and 7C. RGB value is (125,150,124). Sum of RGB (Red+Green+Blue) = 125+150+124=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #7D967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D967C is #826983. Grayscale: #8B8B8B. Windows color (decimal): -8546692 or 8164989. OLE color: 8164989.

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

Color convert

RGB125150124-
CMYK0.1700.170.41
HSL117.69º11.02%53.73%-
HSV(B)117.69º17.33%58.82%-
XYZ2327.6323.19-
YUV139.56119.22117.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=31.33%
G=37.59%
B=31.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1251501240.1700.170.41117.6911.0253.73
Hex7D967C110112976b36
Octal17522617421021511661366
Binary11111011001011011111001000101000110100111101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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