#7E947E

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

Shades of Davy's Grey #7E947E

Tints of Davy's Grey #7E947E

Color information

#7E947E (or 0x7E947E) is unknown color: approx Davy's Grey. HEX triplet: 7E, 94 and 7E. RGB value is (126,148,126). Sum of RGB (Red+Green+Blue) = 126+148+126=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #7E947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E947E is #816B81. Grayscale: #8A8A8A. Windows color (decimal): -8481666 or 8295550. OLE color: 8295550.

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

Color convert

RGB126148126-
CMYK0.1500.150.42
HSL120º9.32%53.73%-
HSV(B)120º14.86%58.04%-
XYZ22.9627.1223.76-
YUV138.91120.71118.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.5%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=31.5%
G=37%
B=31.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261481260.1500.150.421209.3253.73
Hex7E947EF0F2A78936
Octal17622417617017521701166
Binary111111010010100111111011110111110101011110001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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