#937B7A

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

Shades of Bazaar #937B7A

Tints of Bazaar #937B7A

Color information

#937B7A (or 0x937B7A) is unknown color: approx Bazaar. HEX triplet: 93, 7B and 7A. RGB value is (147,123,122). Sum of RGB (Red+Green+Blue) = 147+123+122=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #937B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937B7A is #6C8485. Grayscale: #828282. Windows color (decimal): -7111814 or 8027027. OLE color: 8027027.

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

Color convert

RGB147123122-
CMYK00.160.170.42
HSL2.4º10.37%52.75%-
HSV(B)2.4º17.01%57.65%-
XYZ22.6321.7721.42-
YUV130.06123.45140.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=37.5%
G=31.38%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712312200.160.170.422.410.3752.75
Hex937B7A010112A2a35
Octal223173172020215221265
Binary100100111111011111101001000010001101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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