#7D947E

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

Shades of Davy's Grey #7D947E

Tints of Davy's Grey #7D947E

Color information

#7D947E (or 0x7D947E) is unknown color: approx Davy's Grey. HEX triplet: 7D, 94 and 7E. RGB value is (125,148,126). Sum of RGB (Red+Green+Blue) = 125+148+126=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #7D947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D947E is #826B81. Grayscale: #8A8A8A. Windows color (decimal): -8547202 or 8295549. OLE color: 8295549.

HSL color Cylindrical-coordinate representation of color #7D947E: hue angle of 122.61º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D947E is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB125148126-
CMYK0.1600.150.42
HSL122.61º9.7%53.53%-
HSV(B)122.61º15.54%58.04%-
XYZ22.8127.0523.76-
YUV138.61120.88118.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=31.33%
G=37.09%
B=31.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251481260.1600.150.42122.619.753.53
Hex7D947E100F2A7ba36
Octal17522417620017521731266
Binary1111101100101001111110100000111110101011110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,148,126); }

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

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

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

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

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

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

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