#92848E

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

Shades of Taupe Grey #92848E

Tints of Taupe Grey #92848E

Color information

#92848E (or 0x92848E) is unknown color: approx Taupe Grey. HEX triplet: 92, 84 and 8E. RGB value is (146,132,142). Sum of RGB (Red+Green+Blue) = 146+132+142=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 146 - color contains mainly: red. Hex color #92848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92848E is #6D7B71. Grayscale: #898989. Windows color (decimal): -7175026 or 9340050. OLE color: 9340050.

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

Color convert

RGB146132142-
CMYK00.100.030.43
HSL317.14º6.03%54.51%-
HSV(B)317.14º9.59%57.25%-
XYZ24.9924.5729.02-
YUV137.33130.64134.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=34.76%
G=31.43%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613214200.100.030.43317.146.0354.51
Hex92848E0A32B13d637
Octal222204216012353475667
Binary1001001010000100100011100101011101011100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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