#9C7472

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

Shades of Bazaar #9C7472

Tints of Bazaar #9C7472

Color information

#9C7472 (or 0x9C7472) is unknown color: approx Bazaar. HEX triplet: 9C, 74 and 72. RGB value is (156,116,114). Sum of RGB (Red+Green+Blue) = 156+116+114=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7472 is #638B8D. Grayscale: #7F7F7F. Windows color (decimal): -6523790 or 7500956. OLE color: 7500956.

HSL color Cylindrical-coordinate representation of color #9C7472: hue angle of 2.86º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C7472 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB156116114-
CMYK00.260.270.39
HSL2.86º17.5%52.94%-
HSV(B)2.86º26.92%61.18%-
XYZ22.9920.7718.72-
YUV127.73120.25148.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=40.41%
G=30.05%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611611400.260.270.392.8617.552.94
Hex9C747201A1B2731235
Octal234164162032334732265
Binary1001110011101001110010011010110111001111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C7472; }

 p { color: rgb(156,116,114); }

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

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

 a { background-color: rgb(156,116,114); }

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

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

 span { border-color: rgb(156,116,114); }

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