#938092

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

Shades of Taupe Grey #938092

Tints of Taupe Grey #938092

Color information

#938092 (or 0x938092) is unknown color: approx Taupe Grey. HEX triplet: 93, 80 and 92. RGB value is (147,128,146). Sum of RGB (Red+Green+Blue) = 147+128+146=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #938092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938092 is #6C7F6D. Grayscale: #878787. Windows color (decimal): -7110510 or 9601171. OLE color: 9601171.

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

Color convert

RGB147128146-
CMYK00.130.010.42
HSL303.16º8.09%53.92%-
HSV(B)303.16º12.93%57.65%-
XYZ24.9423.7230.46-
YUV135.73133.79136.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=34.92%
G=30.40%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712814600.130.010.42303.168.0953.92
Hex9380920D12A12f836
Octal2232002220151524571066
Binary1001001110000000100100100110111010101001011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938092; }

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

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

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

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

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

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

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

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