#92858D

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

Shades of Taupe Grey #92858D

Tints of Taupe Grey #92858D

Color information

#92858D (or 0x92858D) is unknown color: approx Taupe Grey. HEX triplet: 92, 85 and 8D. RGB value is (146,133,141). Sum of RGB (Red+Green+Blue) = 146+133+141=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 146 - color contains mainly: red. Hex color #92858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92858D is #6D7A72. Grayscale: #898989. Windows color (decimal): -7174771 or 9274770. OLE color: 9274770.

HSL color Cylindrical-coordinate representation of color #92858D: hue angle of 323.08º 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 #92858D is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB146133141-
CMYK00.090.030.43
HSL323.08º5.63%54.71%-
HSV(B)323.08º8.9%57.25%-
XYZ25.0524.8128.67-
YUV137.8129.81133.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=34.76%
G=31.67%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613314100.090.030.43323.085.6354.71
Hex92858D0932B143637
Octal222205215011353503667
Binary1001001010000101100011010100111101011101000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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