#92848F

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

Shades of Taupe Grey #92848F

Tints of Taupe Grey #92848F

Color information

#92848F (or 0x92848F) is unknown color: approx Taupe Grey. HEX triplet: 92, 84 and 8F. RGB value is (146,132,143). Sum of RGB (Red+Green+Blue) = 146+132+143=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 146 - color contains mainly: red. Hex color #92848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92848F is #6D7B70. Grayscale: #898989. Windows color (decimal): -7175025 or 9405586. OLE color: 9405586.

HSL color Cylindrical-coordinate representation of color #92848F: hue angle of 312.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92848F is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB146132143-
CMYK00.100.020.43
HSL312.86º6.03%54.51%-
HSV(B)312.86º9.59%57.25%-
XYZ25.0624.629.41-
YUV137.44131.14134.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=34.68%
G=31.35%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613214300.100.020.43312.866.0354.51
Hex92848F0A22B139637
Octal222204217012253471667
Binary1001001010000100100011110101010101011100111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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