#92828F

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

Shades of Taupe Grey #92828F

Tints of Taupe Grey #92828F

Color information

#92828F (or 0x92828F) is unknown color: approx Taupe Grey. HEX triplet: 92, 82 and 8F. RGB value is (146,130,143). Sum of RGB (Red+Green+Blue) = 146+130+143=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 146 - color contains mainly: red. Hex color #92828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92828F is #6D7D70. Grayscale: #888888. Windows color (decimal): -7175537 or 9405074. OLE color: 9405074.

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

Color convert

RGB146130143-
CMYK00.110.020.43
HSL311.25º6.84%54.12%-
HSV(B)311.25º10.96%57.25%-
XYZ24.7924.0629.32-
YUV136.27131.8134.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=34.84%
G=31.03%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613014300.110.020.43311.256.8454.12
Hex92828F0B22B137736
Octal222202217013253467766
Binary1001001010000010100011110101110101011100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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