#7E9C7D

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

Shades of Davy's Grey #7E9C7D

Tints of Davy's Grey #7E9C7D

Color information

#7E9C7D (or 0x7E9C7D) is unknown color: approx Davy's Grey. HEX triplet: 7E, 9C and 7D. RGB value is (126,156,125). Sum of RGB (Red+Green+Blue) = 126+156+125=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9C7D is #816382. Grayscale: #8F8F8F. Windows color (decimal): -8479619 or 8232062. OLE color: 8232062.

HSL color Cylindrical-coordinate representation of color #7E9C7D: hue angle of 118.06º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E9C7D is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB126156125-
CMYK0.1900.200.39
HSL118.06º13.54%55.1%-
HSV(B)118.06º19.87%61.18%-
XYZ24.1929.6923.86-
YUV143.5117.56115.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.96%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=30.96%
G=38.33%
B=30.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1261561250.1900.200.39118.0613.5455.1
Hex7E9C7D130142776e37
Octal17623417523024471661667
Binary11111101001110011111011001101010010011111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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