#937B92

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

Shades of Taupe Grey #937B92

Tints of Taupe Grey #937B92

Color information

#937B92 (or 0x937B92) is unknown color: approx Taupe Grey. HEX triplet: 93, 7B and 92. RGB value is (147,123,146). Sum of RGB (Red+Green+Blue) = 147+123+146=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #937B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937B92 is #6C846D. Grayscale: #848484. Windows color (decimal): -7111790 or 9599891. OLE color: 9599891.

HSL color Cylindrical-coordinate representation of color #937B92: hue angle of 302.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #937B92 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147123146-
CMYK00.160.010.42
HSL302.5º10%52.94%-
HSV(B)302.5º16.33%57.65%-
XYZ24.322.4430.25-
YUV132.8135.45138.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 123 (48.44% from 255) = 29.57%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=35.34%
G=29.57%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712314600.160.010.42302.51052.94
Hex937B9201012A12fa35
Octal2231732220201524571265
Binary1001001111110111001001001000011010101001011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937B92; }

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

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

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

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

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

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

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

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