#7D957E

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

Shades of Davy's Grey #7D957E

Tints of Davy's Grey #7D957E

Color information

#7D957E (or 0x7D957E) is unknown color: approx Davy's Grey. HEX triplet: 7D, 95 and 7E. RGB value is (125,149,126). Sum of RGB (Red+Green+Blue) = 125+149+126=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #7D957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D957E is #826A81. Grayscale: #8B8B8B. Windows color (decimal): -8546946 or 8295805. OLE color: 8295805.

HSL color Cylindrical-coordinate representation of color #7D957E: hue angle of 122.5º 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 #7D957E is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB125149126-
CMYK0.1600.150.42
HSL122.5º10.17%53.73%-
HSV(B)122.5º16.11%58.43%-
XYZ22.9727.3623.81-
YUV139.2120.55117.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=31.25%
G=37.25%
B=31.5%

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
Decimal1251491260.1600.150.42122.510.1753.73
Hex7D957E100F2A7aa36
Octal17522517620017521721266
Binary1111101100101011111110100000111110101011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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