#7E957C

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

Shades of Davy's Grey #7E957C

Tints of Davy's Grey #7E957C

Color information

#7E957C (or 0x7E957C) is unknown color: approx Davy's Grey. HEX triplet: 7E, 95 and 7C. RGB value is (126,149,124). Sum of RGB (Red+Green+Blue) = 126+149+124=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #7E957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E957C is #816A83. Grayscale: #8B8B8B. Windows color (decimal): -8481412 or 8164734. OLE color: 8164734.

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

Color convert

RGB126149124-
CMYK0.1500.170.42
HSL115.2º10.55%53.53%-
HSV(B)115.2º16.78%58.43%-
XYZ22.9927.3923.14-
YUV139.27119.38118.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.58%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=31.58%
G=37.34%
B=31.08%

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
Decimal1261491240.1500.170.42115.210.5553.53
Hex7E957CF0112A73b36
Octal17622517417021521631366
Binary1111110100101011111100111101000110101011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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