#7D987E

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

Shades of Davy's Grey #7D987E

Tints of Davy's Grey #7D987E

Color information

#7D987E (or 0x7D987E) is unknown color: approx Davy's Grey. HEX triplet: 7D, 98 and 7E. RGB value is (125,152,126). Sum of RGB (Red+Green+Blue) = 125+152+126=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #7D987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D987E is #826781. Grayscale: #8D8D8D. Windows color (decimal): -8546178 or 8296573. OLE color: 8296573.

HSL color Cylindrical-coordinate representation of color #7D987E: hue angle of 122.22º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D987E is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB125152126-
CMYK0.1800.170.40
HSL122.22º11.59%54.31%-
HSV(B)122.22º17.76%59.61%-
XYZ23.4528.3223.97-
YUV140.96119.55116.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.02%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=31.02%
G=37.72%
B=31.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1251521260.1800.170.40122.2211.5954.31
Hex7D987E12011287ac36
Octal17523017622021501721466
Binary11111011001100011111101001001000110100011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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