#92858C

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

Shades of Taupe Grey #92858C

Tints of Taupe Grey #92858C

Color information

#92858C (or 0x92858C) is unknown color: approx Taupe Grey. HEX triplet: 92, 85 and 8C. RGB value is (146,133,140). Sum of RGB (Red+Green+Blue) = 146+133+140=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 146 - color contains mainly: red. Hex color #92858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92858C is #6D7A73. Grayscale: #898989. Windows color (decimal): -7174772 or 9209234. OLE color: 9209234.

HSL color Cylindrical-coordinate representation of color #92858C: hue angle of 327.69º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #92858C is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB146133140-
CMYK00.090.040.43
HSL327.69º5.63%54.71%-
HSV(B)327.69º8.9%57.25%-
XYZ24.9824.7828.28-
YUV137.68129.31133.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=34.84%
G=31.74%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613314000.090.040.43327.695.6354.71
Hex92858C0942B148637
Octal222205214011453510667
Binary10010010100001011000110001001100101011101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92858C; }

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

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

<style>
 a { background-color: #92858C; }

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

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

<style>
 span { border-color: #92858C; }

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

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