#927E8C

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

Shades of Taupe Grey #927E8C

Tints of Taupe Grey #927E8C

Color information

#927E8C (or 0x927E8C) is unknown color: approx Taupe Grey. HEX triplet: 92, 7E and 8C. RGB value is (146,126,140). Sum of RGB (Red+Green+Blue) = 146+126+140=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #927E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927E8C is #6D8173. Grayscale: #858585. Windows color (decimal): -7176564 or 9207442. OLE color: 9207442.

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

Color convert

RGB146126140-
CMYK00.140.040.43
HSL318º8.4%53.33%-
HSV(B)318º13.7%57.25%-
XYZ24.0522.9327.97-
YUV133.58131.63136.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=35.44%
G=30.58%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612614000.140.040.433188.453.33
Hex927E8C0E42B13e835
Octal2221762140164534761065
Binary10010010111111010001100011101001010111001111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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