Html Css Color HEX #9B7675 Bazaar

📋 copy color: '#9B7675'

red 155 ◦ green 118 ◦ blue 117

#9B7675
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bazaar #9B7675

Tints of Bazaar #9B7675

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 value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B7675 (or 0x9B7675) is known color: 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

RGB 155 118 117 -
CMYK 0 0.24 0.25 0.39
HSL 1.58º 0.16% 0.53% -
HSV(B) 1.58º 0.25% 0.61% -
XYZ 23.21 21.21 19.7 -
YUV 128.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 155 118 117 0 0.24 0.25 0.39 1.58 0.16 0.53
Hex 9B 76 75 0 18 19 27 2 10 35
Octal 233 166 165 0 30 31 47 2 20 65
Binary 10011011 1110110 1110101 0 11000 11001 100111 10 10000 110101

Color Harmonies of #9B7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7675

Black with #9B7675

Text Example


Text Example

White with #9B7675

Text Example


Text Example

HTML Codes & Css Web 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>