#7E947F

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

Shades of Davy's Grey #7E947F

Tints of Davy's Grey #7E947F

Color information

#7E947F (or 0x7E947F) is unknown color: approx Davy's Grey. HEX triplet: 7E, 94 and 7F. RGB value is (126,148,127). Sum of RGB (Red+Green+Blue) = 126+148+127=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #7E947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E947F is #816B80. Grayscale: #8B8B8B. Windows color (decimal): -8481665 or 8361086. OLE color: 8361086.

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

Color convert

RGB126148127-
CMYK0.1500.140.42
HSL122.73º9.32%53.73%-
HSV(B)122.73º14.86%58.04%-
XYZ23.0227.1524.11-
YUV139.03121.21118.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 127 (50% from 255) = 31.67%
R=31.42%
G=36.91%
B=31.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261481270.1500.140.42122.739.3253.73
Hex7E947FF0E2A7b936
Octal17622417717016521731166
Binary111111010010100111111111110111010101011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,148,127); }

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

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

 a { background-color: rgb(126,148,127); }

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

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

 span { border-color: rgb(126,148,127); }

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