#7E947D

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

Shades of Davy's Grey #7E947D

Tints of Davy's Grey #7E947D

Color information

#7E947D (or 0x7E947D) is unknown color: approx Davy's Grey. HEX triplet: 7E, 94 and 7D. RGB value is (126,148,125). Sum of RGB (Red+Green+Blue) = 126+148+125=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #7E947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E947D is #816B82. Grayscale: #8A8A8A. Windows color (decimal): -8481667 or 8230014. OLE color: 8230014.

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

Color convert

RGB126148125-
CMYK0.1500.160.42
HSL117.39º9.7%53.53%-
HSV(B)117.39º15.54%58.04%-
XYZ22.927.123.43-
YUV138.8120.21118.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.58%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=31.58%
G=37.09%
B=31.33%

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
Decimal1261481250.1500.160.42117.399.753.53
Hex7E947DF0102A75a36
Octal17622417517020521651266
Binary1111110100101001111101111101000010101011101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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