#7E907F

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

Shades of Davy's Grey #7E907F

Tints of Davy's Grey #7E907F

Color information

#7E907F (or 0x7E907F) is unknown color: approx Davy's Grey. HEX triplet: 7E, 90 and 7F. RGB value is (126,144,127). Sum of RGB (Red+Green+Blue) = 126+144+127=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #7E907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E907F is #816F80. Grayscale: #888888. Windows color (decimal): -8482689 or 8360062. OLE color: 8360062.

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

Color convert

RGB126144127-
CMYK0.1200.120.44
HSL123.33º7.5%52.94%-
HSV(B)123.33º12.5%56.47%-
XYZ22.4125.9123.9-
YUV136.68122.54120.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.74%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 127 (50% from 255) = 31.99%
R=31.74%
G=36.27%
B=31.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261441270.1200.120.44123.337.552.94
Hex7E907FC0C2C7b835
Octal17622017714014541731065
Binary111111010010000111111111000110010110011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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