#7E8B7F

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

Shades of Davy's Grey #7E8B7F

Tints of Davy's Grey #7E8B7F

Color information

#7E8B7F (or 0x7E8B7F) is unknown color: approx Davy's Grey. HEX triplet: 7E, 8B and 7F. RGB value is (126,139,127). Sum of RGB (Red+Green+Blue) = 126+139+127=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8B7F is #817480. Grayscale: #858585. Windows color (decimal): -8483969 or 8358782. OLE color: 8358782.

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

Color convert

RGB126139127-
CMYK0.0900.090.45
HSL124.62º5.31%51.96%-
HSV(B)124.62º9.35%54.51%-
XYZ21.6724.4323.65-
YUV133.74124.19122.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.14%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 127 (50% from 255) = 32.40%
R=32.14%
G=35.46%
B=32.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261391270.0900.090.45124.625.3151.96
Hex7E8B7F9092D7d534
Octal1762131771101155175564
Binary11111101000101111111111001010011011011111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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