#7E937E

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

Shades of Davy's Grey #7E937E

Tints of Davy's Grey #7E937E

Color information

#7E937E (or 0x7E937E) is unknown color: approx Davy's Grey. HEX triplet: 7E, 93 and 7E. RGB value is (126,147,126). Sum of RGB (Red+Green+Blue) = 126+147+126=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #7E937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E937E is #816C81. Grayscale: #8A8A8A. Windows color (decimal): -8481922 or 8295294. OLE color: 8295294.

HSL color Cylindrical-coordinate representation of color #7E937E: 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.14%. Process color model (Four color, CMYK) of #7E937E is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB126147126-
CMYK0.1400.140.42
HSL120º8.86%53.53%-
HSV(B)120º14.29%57.65%-
XYZ22.826.8123.71-
YUV138.33121.04119.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.58%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=31.58%
G=36.84%
B=31.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261471260.1400.140.421208.8653.53
Hex7E937EE0E2A78936
Octal17622317616016521701166
Binary111111010010011111111011100111010101011110001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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