#9C7773

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

Shades of Bazaar #9C7773

Tints of Bazaar #9C7773

Color information

#9C7773 (or 0x9C7773) is unknown color: approx Bazaar. HEX triplet: 9C, 77 and 73. RGB value is (156,119,115). Sum of RGB (Red+Green+Blue) = 156+119+115=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7773 is #63888C. Grayscale: #818181. Windows color (decimal): -6523021 or 7567260. OLE color: 7567260.

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

Color convert

RGB156119115-
CMYK00.240.260.39
HSL5.85º17.15%53.14%-
HSV(B)5.85º26.28%61.18%-
XYZ23.421.519.14-
YUV129.61119.76146.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=40%
G=30.51%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611911500.240.260.395.8517.1553.14
Hex9C77730181A2761135
Octal234167163030324762165
Binary10011100111011111100110110001101010011111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,119,115); }

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

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

 a { background-color: rgb(156,119,115); }

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

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

 span { border-color: rgb(156,119,115); }

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