#9B7675

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

Shades of Bazaar #9B7675

Tints of Bazaar #9B7675

Color information

#9B7675 (or 0x9B7675) is unknown color: approx Bazaar. HEX triplet: 9B, 76 and 75. RGB value is (155,118,117). Sum of RGB (Red+Green+Blue) = 155+118+117=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7675 is #64898A. Grayscale: #808080. Windows color (decimal): -6588811 or 7698075. OLE color: 7698075.

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

Color convert

RGB155118117-
CMYK00.240.250.39
HSL1.58º15.97%53.33%-
HSV(B)1.58º24.52%60.78%-
XYZ23.2121.2119.7-
YUV128.95121.26146.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 117 (46.09% from 255) = 30%
R=39.74%
G=30.26%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511811700.240.250.391.5815.9753.33
Hex9B7675018192721035
Octal233166165030314722065
Binary1001101111101101110101011000110011001111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,118,117); }

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

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

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

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

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

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

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