#7E8C7D

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

Shades of Davy's Grey #7E8C7D

Tints of Davy's Grey #7E8C7D

Color information

#7E8C7D (or 0x7E8C7D) is unknown color: approx Davy's Grey. HEX triplet: 7E, 8C and 7D. RGB value is (126,140,125). Sum of RGB (Red+Green+Blue) = 126+140+125=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8C7D is #817382. Grayscale: #868686. Windows color (decimal): -8483715 or 8227966. OLE color: 8227966.

HSL color Cylindrical-coordinate representation of color #7E8C7D: hue angle of 116º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E8C7D is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB126140125-
CMYK0.1000.110.45
HSL116º6.12%51.96%-
HSV(B)116º10.71%54.9%-
XYZ21.6824.6723.02-
YUV134.1122.86122.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.23%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=32.23%
G=35.81%
B=31.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261401250.1000.110.451166.1251.96
Hex7E8C7DA0B2D74634
Octal1762141751201355164664
Binary11111101000110011111011010010111011011110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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