#987373

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

Shades of Bazaar #987373

Tints of Bazaar #987373

Color information

#987373 (or 0x987373) is unknown color: approx Bazaar. HEX triplet: 98, 73 and 73. RGB value is (152,115,115). Sum of RGB (Red+Green+Blue) = 152+115+115=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #987373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987373 is #678C8C. Grayscale: #7E7E7E. Windows color (decimal): -6786189 or 7566232. OLE color: 7566232.

HSL color Cylindrical-coordinate representation of color #987373: hue angle of 0º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987373 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB152115115-
CMYK00.240.240.40
HSL15.23%52.35%-
HSV(B)24.34%59.61%-
XYZ22.1720.1718.95-
YUV126.06121.76146.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.79%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=39.79%
G=30.10%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211511500.240.240.40015.2352.35
Hex98737301818280f34
Octal230163163030305001764
Binary10011000111001111100110110001100010100001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987373; }

 p { color: rgb(152,115,115); }

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

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

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

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

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

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

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