#927E91

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

Shades of Taupe Grey #927E91

Tints of Taupe Grey #927E91

Color information

#927E91 (or 0x927E91) is unknown color: approx Taupe Grey. HEX triplet: 92, 7E and 91. RGB value is (146,126,145). Sum of RGB (Red+Green+Blue) = 146+126+145=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #927E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927E91 is #6D816E. Grayscale: #868686. Windows color (decimal): -7176559 or 9535122. OLE color: 9535122.

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

Color convert

RGB146126145-
CMYK00.140.010.43
HSL303º8.4%53.33%-
HSV(B)303º13.7%57.25%-
XYZ24.4323.0829.96-
YUV134.15134.13136.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=35.01%
G=30.22%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612614500.140.010.433038.453.33
Hex927E910E12B12f835
Octal2221762210161534571065
Binary100100101111110100100010111011010111001011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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