#92858F

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

Shades of Taupe Grey #92858F

Tints of Taupe Grey #92858F

Color information

#92858F (or 0x92858F) is unknown color: approx Taupe Grey. HEX triplet: 92, 85 and 8F. RGB value is (146,133,143). Sum of RGB (Red+Green+Blue) = 146+133+143=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 146 - color contains mainly: red. Hex color #92858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92858F is #6D7A70. Grayscale: #8A8A8A. Windows color (decimal): -7174769 or 9405842. OLE color: 9405842.

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

Color convert

RGB146133143-
CMYK00.090.020.43
HSL313.85º5.63%54.71%-
HSV(B)313.85º8.9%57.25%-
XYZ25.224.8729.46-
YUV138.03130.81133.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=34.60%
G=31.52%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613314300.090.020.43313.855.6354.71
Hex92858F0922B13a637
Octal222205217011253472667
Binary1001001010000101100011110100110101011100111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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