#938892

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

Shades of Taupe Grey #938892

Tints of Taupe Grey #938892

Color information

#938892 (or 0x938892) is unknown color: approx Taupe Grey. HEX triplet: 93, 88 and 92. RGB value is (147,136,146). Sum of RGB (Red+Green+Blue) = 147+136+146=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 147 - color contains mainly: red. Hex color #938892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938892 is #6C776D. Grayscale: #8C8C8C. Windows color (decimal): -7108462 or 9603219. OLE color: 9603219.

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

Color convert

RGB147136146-
CMYK00.070.010.42
HSL305.45º4.85%55.49%-
HSV(B)305.45º7.48%57.65%-
XYZ26.0325.8930.82-
YUV140.43131.14132.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=34.27%
G=31.70%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713614600.070.010.42305.454.8555.49
Hex9388920712A131537
Octal22321022207152461567
Binary10010011100010001001001001111101010100110001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938892; }

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

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

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

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

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

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

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

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