#927F92

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

Shades of Taupe Grey #927F92

Tints of Taupe Grey #927F92

Color information

#927F92 (or 0x927F92) is unknown color: approx Taupe Grey. HEX triplet: 92, 7F and 92. RGB value is (146,127,146). Sum of RGB (Red+Green+Blue) = 146+127+146=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #927F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F92 is #6D806D. Grayscale: #868686. Windows color (decimal): -7176302 or 9600914. OLE color: 9600914.

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

Color convert

RGB146127146-
CMYK00.1300.43
HSL300º8.02%53.53%-
HSV(B)300º13.01%57.25%-
XYZ24.6323.3730.41-
YUV134.85134.29135.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=34.84%
G=30.31%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612714600.1300.433008.0253.53
Hex927F920D02B12c836
Octal2221772220150534541066
Binary100100101111111100100100110101010111001011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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