#7D987D

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

Shades of Davy's Grey #7D987D

Tints of Davy's Grey #7D987D

Color information

#7D987D (or 0x7D987D) is unknown color: approx Davy's Grey. HEX triplet: 7D, 98 and 7D. RGB value is (125,152,125). Sum of RGB (Red+Green+Blue) = 125+152+125=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #7D987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D987D is #826782. Grayscale: #8C8C8C. Windows color (decimal): -8546179 or 8231037. OLE color: 8231037.

HSL color Cylindrical-coordinate representation of color #7D987D: hue angle of 120º 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 #7D987D is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB125152125-
CMYK0.1800.180.40
HSL120º11.59%54.31%-
HSV(B)120º17.76%59.61%-
XYZ23.3928.323.63-
YUV140.85119.05116.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=31.09%
G=37.81%
B=31.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1251521250.1800.180.4012011.5954.31
Hex7D987D120122878c36
Octal17523017522022501701466
Binary11111011001100011111011001001001010100011110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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