#92808E

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

Shades of Taupe Grey #92808E

Tints of Taupe Grey #92808E

Color information

#92808E (or 0x92808E) is unknown color: approx Taupe Grey. HEX triplet: 92, 80 and 8E. RGB value is (146,128,142). Sum of RGB (Red+Green+Blue) = 146+128+142=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 146 - color contains mainly: red. Hex color #92808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92808E is #6D7F71. Grayscale: #868686. Windows color (decimal): -7176050 or 9339026. OLE color: 9339026.

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

Color convert

RGB146128142-
CMYK00.120.030.43
HSL313.33º7.63%53.73%-
HSV(B)313.33º12.33%57.25%-
XYZ24.4623.528.84-
YUV134.98131.96135.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=35.10%
G=30.77%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612814200.120.030.43313.337.6353.73
Hex92808E0C32B139836
Octal2222002160143534711066
Binary10010010100000001000111001100111010111001110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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