#7D937A

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

Shades of Davy's Grey #7D937A

Tints of Davy's Grey #7D937A

Color information

#7D937A (or 0x7D937A) is unknown color: approx Davy's Grey. HEX triplet: 7D, 93 and 7A. RGB value is (125,147,122). Sum of RGB (Red+Green+Blue) = 125+147+122=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #7D937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D937A is #826C85. Grayscale: #898989. Windows color (decimal): -8547462 or 8033149. OLE color: 8033149.

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

Color convert

RGB125147122-
CMYK0.1500.170.42
HSL112.8º10.37%52.75%-
HSV(B)112.8º17.01%57.65%-
XYZ22.426.6322.37-
YUV137.57119.21119.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.73%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=31.73%
G=37.31%
B=30.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251471220.1500.170.42112.810.3752.75
Hex7D937AF0112A71a35
Octal17522317217021521611265
Binary1111101100100111111010111101000110101011100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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