#92828E

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

Shades of Taupe Grey #92828E

Tints of Taupe Grey #92828E

Color information

#92828E (or 0x92828E) is unknown color: approx Taupe Grey. HEX triplet: 92, 82 and 8E. RGB value is (146,130,142). Sum of RGB (Red+Green+Blue) = 146+130+142=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 146 - color contains mainly: red. Hex color #92828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92828E is #6D7D71. Grayscale: #888888. Windows color (decimal): -7175538 or 9339538. OLE color: 9339538.

HSL color Cylindrical-coordinate representation of color #92828E: hue angle of 315º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #92828E is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB146130142-
CMYK00.110.030.43
HSL315º6.84%54.12%-
HSV(B)315º10.96%57.25%-
XYZ24.7224.0328.93-
YUV136.15131.3135.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=34.93%
G=31.10%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613014200.110.030.433156.8454.12
Hex92828E0B32B13b736
Octal222202216013353473766
Binary1001001010000010100011100101111101011100111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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