#928790

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

Shades of Taupe Grey #928790

Tints of Taupe Grey #928790

Color information

#928790 (or 0x928790) is unknown color: approx Taupe Grey. HEX triplet: 92, 87 and 90. RGB value is (146,135,144). Sum of RGB (Red+Green+Blue) = 146+135+144=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 146 - color contains mainly: red. Hex color #928790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928790 is #6D786F. Grayscale: #8B8B8B. Windows color (decimal): -7174256 or 9471890. OLE color: 9471890.

HSL color Cylindrical-coordinate representation of color #928790: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #928790 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB146135144-
CMYK00.080.010.43
HSL310.91º4.8%55.1%-
HSV(B)310.91º7.53%57.25%-
XYZ25.5525.4529.95-
YUV139.32130.64132.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=34.35%
G=31.76%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613514400.080.010.43310.914.855.1
Hex9287900812B137537
Octal222207220010153467567
Binary100100101000011110010000010001101011100110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928790; }

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

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

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

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

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

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

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

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