#7E937D

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

Shades of Davy's Grey #7E937D

Tints of Davy's Grey #7E937D

Color information

#7E937D (or 0x7E937D) is unknown color: approx Davy's Grey. HEX triplet: 7E, 93 and 7D. RGB value is (126,147,125). Sum of RGB (Red+Green+Blue) = 126+147+125=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #7E937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E937D is #816C82. Grayscale: #8A8A8A. Windows color (decimal): -8481923 or 8229758. OLE color: 8229758.

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

Color convert

RGB126147125-
CMYK0.1400.150.42
HSL117.27º9.24%53.33%-
HSV(B)117.27º14.97%57.65%-
XYZ22.7426.7823.37-
YUV138.21120.54119.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.66%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=31.66%
G=36.93%
B=31.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261471250.1400.150.42117.279.2453.33
Hex7E937DE0F2A75935
Octal17622317516017521651165
Binary111111010010011111110111100111110101011101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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