#927F8E

Color #927F8E Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #927F8E

Tints of Taupe Grey #927F8E

Color information

#927F8E (or 0x927F8E) is unknown color: approx Taupe Grey. HEX triplet: 92, 7F and 8E. RGB value is (146,127,142). Sum of RGB (Red+Green+Blue) = 146+127+142=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 146 - color contains mainly: red. Hex color #927F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F8E is #6D8071. Grayscale: #868686. Windows color (decimal): -7176306 or 9338770. OLE color: 9338770.

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

Color convert

RGB146127142-
CMYK00.130.030.43
HSL312.63º8.02%53.53%-
HSV(B)312.63º13.01%57.25%-
XYZ24.3323.2428.8-
YUV134.39132.29136.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=35.18%
G=30.60%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612714200.130.030.43312.638.0253.53
Hex927F8E0D32B139836
Octal2221772160153534711066
Binary1001001011111111000111001101111010111001110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927F8E; }

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

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

<style>
 a { background-color: #927F8E; }

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

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

<style>
 span { border-color: #927F8E; }

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

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