#7D8D7E

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

Shades of Davy's Grey #7D8D7E

Tints of Davy's Grey #7D8D7E

Color information

#7D8D7E (or 0x7D8D7E) is unknown color: approx Davy's Grey. HEX triplet: 7D, 8D and 7E. RGB value is (125,141,126). Sum of RGB (Red+Green+Blue) = 125+141+126=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8D7E is #827281. Grayscale: #868686. Windows color (decimal): -8548994 or 8293757. OLE color: 8293757.

HSL color Cylindrical-coordinate representation of color #7D8D7E: hue angle of 123.75º degrees, saturation: 0.07, 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 #7D8D7E is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB125141126-
CMYK0.1100.110.45
HSL123.75º6.56%52.16%-
HSV(B)123.75º11.35%55.29%-
XYZ21.7524.9223.4-
YUV134.51123.2121.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.89%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=31.89%
G=35.97%
B=32.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1251411260.1100.110.45123.756.5652.16
Hex7D8D7EB0B2D7c734
Octal1752151761301355174764
Binary11111011000110111111101011010111011011111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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