#928092

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

Shades of Taupe Grey #928092

Tints of Taupe Grey #928092

Color information

#928092 (or 0x928092) is unknown color: approx Taupe Grey. HEX triplet: 92, 80 and 92. RGB value is (146,128,146). Sum of RGB (Red+Green+Blue) = 146+128+146=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928092 is #6D7F6D. Grayscale: #878787. Windows color (decimal): -7176046 or 9601170. OLE color: 9601170.

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

Color convert

RGB146128146-
CMYK00.1200.43
HSL300º7.63%53.73%-
HSV(B)300º12.33%57.25%-
XYZ24.7623.6230.45-
YUV135.43133.96135.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=34.76%
G=30.48%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612814600.1200.433007.6353.73
Hex9280920C02B12c836
Octal2222002220140534541066
Binary1001001010000000100100100110001010111001011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928092; }

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

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

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

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

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

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

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

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