#7E8E7F

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

Shades of Davy's Grey #7E8E7F

Tints of Davy's Grey #7E8E7F

Color information

#7E8E7F (or 0x7E8E7F) is unknown color: approx Davy's Grey. HEX triplet: 7E, 8E and 7F. RGB value is (126,142,127). Sum of RGB (Red+Green+Blue) = 126+142+127=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8E7F is #817180. Grayscale: #878787. Windows color (decimal): -8483201 or 8359550. OLE color: 8359550.

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

Color convert

RGB126142127-
CMYK0.1100.110.44
HSL123.75º6.61%52.55%-
HSV(B)123.75º11.27%55.69%-
XYZ22.1125.3123.8-
YUV135.51123.2121.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 127 (50% from 255) = 32.15%
R=31.90%
G=35.95%
B=32.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261421270.1100.110.44123.756.6152.55
Hex7E8E7FB0B2C7c735
Octal1762161771301354174765
Binary11111101000111011111111011010111011001111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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