#7D937D

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

Shades of Davy's Grey #7D937D

Tints of Davy's Grey #7D937D

Color information

#7D937D (or 0x7D937D) is unknown color: approx Davy's Grey. HEX triplet: 7D, 93 and 7D. RGB value is (125,147,125). Sum of RGB (Red+Green+Blue) = 125+147+125=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #7D937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D937D is #826C82. Grayscale: #898989. Windows color (decimal): -8547459 or 8229757. OLE color: 8229757.

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

Color convert

RGB125147125-
CMYK0.1500.150.42
HSL120º9.24%53.33%-
HSV(B)120º14.97%57.65%-
XYZ22.5926.7123.37-
YUV137.91120.71118.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=31.49%
G=37.03%
B=31.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251471250.1500.150.421209.2453.33
Hex7D937DF0F2A78935
Octal17522317517017521701165
Binary111110110010011111110111110111110101011110001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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