#928290

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

Shades of Taupe Grey #928290

Tints of Taupe Grey #928290

Color information

#928290 (or 0x928290) is unknown color: approx Taupe Grey. HEX triplet: 92, 82 and 90. RGB value is (146,130,144). Sum of RGB (Red+Green+Blue) = 146+130+144=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 146 - color contains mainly: red. Hex color #928290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928290 is #6D7D6F. Grayscale: #888888. Windows color (decimal): -7175536 or 9470610. OLE color: 9470610.

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

Color convert

RGB146130144-
CMYK00.110.010.43
HSL307.5º6.84%54.12%-
HSV(B)307.5º10.96%57.25%-
XYZ24.8724.0929.72-
YUV136.38132.3134.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=34.76%
G=30.95%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613014400.110.010.43307.56.8454.12
Hex9282900B12B134736
Octal222202220013153464766
Binary100100101000001010010000010111101011100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928290; }

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

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

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

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

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

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

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

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