#928891

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

Shades of Taupe Grey #928891

Tints of Taupe Grey #928891

Color information

#928891 (or 0x928891) is unknown color: approx Taupe Grey. HEX triplet: 92, 88 and 91. RGB value is (146,136,145). Sum of RGB (Red+Green+Blue) = 146+136+145=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 146 - color contains mainly: red. Hex color #928891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928891 is #6D776E. Grayscale: #8B8B8B. Windows color (decimal): -7173999 or 9537682. OLE color: 9537682.

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

Color convert

RGB146136145-
CMYK00.070.010.43
HSL306º4.39%55.29%-
HSV(B)306º6.85%57.25%-
XYZ25.7725.7630.4-
YUV140.02130.81132.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=34.19%
G=31.85%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613614500.070.010.433064.3955.29
Hex9288910712B132437
Octal22221022107153462467
Binary10010010100010001001000101111101011100110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928891; }

 p { color: rgb(146,136,145); }

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

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

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

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

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

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

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