#9C7575

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

Shades of Bazaar #9C7575

Tints of Bazaar #9C7575

Color information

#9C7575 (or 0x9C7575) is unknown color: approx Bazaar. HEX triplet: 9C, 75 and 75. RGB value is (156,117,117). Sum of RGB (Red+Green+Blue) = 156+117+117=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7575 is #638A8A. Grayscale: #808080. Windows color (decimal): -6523531 or 7697820. OLE color: 7697820.

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

Color convert

RGB156117117-
CMYK00.250.250.39
HSL16.46%53.53%-
HSV(B)25%61.18%-
XYZ23.2821.0719.67-
YUV128.66121.42147.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 117 (46.09% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611711700.250.250.39016.4653.53
Hex9C7575019192701036
Octal234165165031314702066
Binary100111001110101111010101100111001100111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,117,117); }

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

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

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

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

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

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

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