#7D8E7E

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

Shades of Davy's Grey #7D8E7E

Tints of Davy's Grey #7D8E7E

Color information

#7D8E7E (or 0x7D8E7E) is unknown color: approx Davy's Grey. HEX triplet: 7D, 8E and 7E. RGB value is (125,142,126). Sum of RGB (Red+Green+Blue) = 125+142+126=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 142 - color contains mainly: green. Hex color #7D8E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8E7E is #827181. Grayscale: #878787. Windows color (decimal): -8548738 or 8294013. OLE color: 8294013.

HSL color Cylindrical-coordinate representation of color #7D8E7E: hue angle of 123.53º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D8E7E is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB125142126-
CMYK0.1200.110.44
HSL123.53º7%52.35%-
HSV(B)123.53º11.97%55.69%-
XYZ21.925.2123.45-
YUV135.09122.87120.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.81%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=31.81%
G=36.13%
B=32.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251421260.1200.110.44123.53752.35
Hex7D8E7EC0B2C7c734
Octal1752161761401354174764
Binary11111011000111011111101100010111011001111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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