#7F927E

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

Shades of Davy's Grey #7F927E

Tints of Davy's Grey #7F927E

Color information

#7F927E (or 0x7F927E) is unknown color: approx Davy's Grey. HEX triplet: 7F, 92 and 7E. RGB value is (127,146,126). Sum of RGB (Red+Green+Blue) = 127+146+126=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #7F927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F927E is #806D81. Grayscale: #8A8A8A. Windows color (decimal): -8416642 or 8295039. OLE color: 8295039.

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

Color convert

RGB127146126-
CMYK0.1300.140.43
HSL117º8.4%53.33%-
HSV(B)117º13.7%57.25%-
XYZ22.826.5823.67-
YUV138.04121.21120.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=31.83%
G=36.59%
B=31.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271461260.1300.140.431178.453.33
Hex7F927ED0E2B75835
Octal17722217615016531651065
Binary111111110010010111111011010111010101111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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