Html Css Color HEX #9C7370 Bazaar

📋 copy color: '#9C7370'

red 156 ◦ green 115 ◦ blue 112

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

Shades of Bazaar #9C7370

Tints of Bazaar #9C7370

RGB

 RED value IS 156 (61.33% from 255) = 40.73%

 GREEN value IS 115 (45.31% from 255) = 30.03%

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 40.73%
G = 30.03%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C7370 (or 0x9C7370) is known color: Bazaar. HEX triplet: 9C, 73 and 70. RGB value is (156,115,112). Sum of RGB (Red+Green+Blue) = 156+115+112=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7370 is #638C8F. Grayscale: #7E7E7E. Windows color (decimal): -6524048 or 7369628. OLE color: 7369628.

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

Color convert

RGB 156 115 112 -
CMYK 0 0.26 0.28 0.39
HSL 4.09º 0.18% 0.53% -
HSV(B) 4.09º 0.28% 0.61% -
XYZ 22.77 20.5 18.09 -
YUV 126.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 156 115 112 0 0.26 0.28 0.39 4.09 0.18 0.53
Hex 9C 73 70 0 1A 1C 27 4 12 35
Octal 234 163 160 0 32 34 47 4 22 65
Binary 10011100 1110011 1110000 0 11010 11100 100111 100 10010 110101

Color Harmonies of #9C7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7370

Black with #9C7370

Text Example


Text Example

White with #9C7370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C7370;
 }
 .AnyTagClassName
 {
   color: #9C7370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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