#7E907D

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

Shades of Davy's Grey #7E907D

Tints of Davy's Grey #7E907D

Color information

#7E907D (or 0x7E907D) is unknown color: approx Davy's Grey. HEX triplet: 7E, 90 and 7D. RGB value is (126,144,125). Sum of RGB (Red+Green+Blue) = 126+144+125=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #7E907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E907D is #816F82. Grayscale: #888888. Windows color (decimal): -8482691 or 8228990. OLE color: 8228990.

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

Color convert

RGB126144125-
CMYK0.1200.130.44
HSL116.84º7.88%52.75%-
HSV(B)116.84º13.19%56.47%-
XYZ22.2825.8623.22-
YUV136.45121.54120.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=31.90%
G=36.46%
B=31.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261441250.1200.130.44116.847.8852.75
Hex7E907DC0D2C75835
Octal17622017514015541651065
Binary111111010010000111110111000110110110011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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