#7E957D

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

Shades of Davy's Grey #7E957D

Tints of Davy's Grey #7E957D

Color information

#7E957D (or 0x7E957D) is unknown color: approx Davy's Grey. HEX triplet: 7E, 95 and 7D. RGB value is (126,149,125). Sum of RGB (Red+Green+Blue) = 126+149+125=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #7E957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E957D is #816A82. Grayscale: #8B8B8B. Windows color (decimal): -8481411 or 8230270. OLE color: 8230270.

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

Color convert

RGB126149125-
CMYK0.1500.160.42
HSL117.5º10.17%53.73%-
HSV(B)117.5º16.11%58.43%-
XYZ23.0527.4123.48-
YUV139.39119.88118.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.5%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=31.5%
G=37.25%
B=31.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261491250.1500.160.42117.510.1753.73
Hex7E957DF0102A76a36
Octal17622517517020521661266
Binary1111110100101011111101111101000010101011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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