#937C79

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

Shades of Bazaar #937C79

Tints of Bazaar #937C79

Color information

#937C79 (or 0x937C79) is unknown color: approx Bazaar. HEX triplet: 93, 7C and 79. RGB value is (147,124,121). Sum of RGB (Red+Green+Blue) = 147+124+121=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #937C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C79 is #6C8386. Grayscale: #828282. Windows color (decimal): -7111559 or 7961747. OLE color: 7961747.

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

Color convert

RGB147124121-
CMYK00.160.180.42
HSL6.92º10.74%52.55%-
HSV(B)6.92º17.69%57.65%-
XYZ22.692221.14-
YUV130.54122.62139.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=37.5%
G=31.63%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712412100.160.180.426.9210.7452.55
Hex937C79010122A7b35
Octal223174171020225271365
Binary1001001111111001111001010000100101010101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,124,121); }

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

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

 a { background-color: rgb(147,124,121); }

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

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

 span { border-color: rgb(147,124,121); }

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