#92858E

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

Shades of Taupe Grey #92858E

Tints of Taupe Grey #92858E

Color information

#92858E (or 0x92858E) is unknown color: approx Taupe Grey. HEX triplet: 92, 85 and 8E. RGB value is (146,133,142). Sum of RGB (Red+Green+Blue) = 146+133+142=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 146 - color contains mainly: red. Hex color #92858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92858E is #6D7A71. Grayscale: #898989. Windows color (decimal): -7174770 or 9340306. OLE color: 9340306.

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

Color convert

RGB146133142-
CMYK00.090.030.43
HSL318.46º5.63%54.71%-
HSV(B)318.46º8.9%57.25%-
XYZ25.1224.8429.06-
YUV137.91130.31133.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=34.68%
G=31.59%
B=33.73%

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
Decimal14613314200.090.030.43318.465.6354.71
Hex92858E0932B13e637
Octal222205216011353476667
Binary1001001010000101100011100100111101011100111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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