#928090

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

Shades of Taupe Grey #928090

Tints of Taupe Grey #928090

Color information

#928090 (or 0x928090) is unknown color: approx Taupe Grey. HEX triplet: 92, 80 and 90. RGB value is (146,128,144). Sum of RGB (Red+Green+Blue) = 146+128+144=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 146 - color contains mainly: red. Hex color #928090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928090 is #6D7F6F. Grayscale: #878787. Windows color (decimal): -7176048 or 9470098. OLE color: 9470098.

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

Color convert

RGB146128144-
CMYK00.120.010.43
HSL306.67º7.63%53.73%-
HSV(B)306.67º12.33%57.25%-
XYZ24.6123.5629.64-
YUV135.21132.96135.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=34.93%
G=30.62%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612814400.120.010.43306.677.6353.73
Hex9280900C12B133836
Octal2222002200141534631066
Binary1001001010000000100100000110011010111001100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928090; }

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

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

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

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

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

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

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

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