#7E927F

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

Shades of Davy's Grey #7E927F

Tints of Davy's Grey #7E927F

Color information

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

HSL color Cylindrical-coordinate representation of color #7E927F: hue angle of 123º 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 #7E927F is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB126146127-
CMYK0.1400.130.43
HSL123º8.4%53.33%-
HSV(B)123º13.7%57.25%-
XYZ22.7126.5324-
YUV137.85121.87119.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1261461270.1400.130.431238.453.33
Hex7E927FE0D2B7b835
Octal17622217716015531731065
Binary111111010010010111111111100110110101111110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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