#7F907E

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

Shades of Davy's Grey #7F907E

Tints of Davy's Grey #7F907E

Color information

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

HSL color Cylindrical-coordinate representation of color #7F907E: hue angle of 116.67º 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 #7F907E is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB127144126-
CMYK0.1200.120.44
HSL116.67º7.5%52.94%-
HSV(B)116.67º12.5%56.47%-
XYZ22.4925.9623.56-
YUV136.86121.87120.96-

RGB Variations

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

RGB

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

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
Decimal1271441260.1200.120.44116.677.552.94
Hex7F907EC0C2C75835
Octal17722017614014541651065
Binary111111110010000111111011000110010110011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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