#987472

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

Shades of Bazaar #987472

Tints of Bazaar #987472

Color information

#987472 (or 0x987472) is unknown color: approx Bazaar. HEX triplet: 98, 74 and 72. RGB value is (152,116,114). Sum of RGB (Red+Green+Blue) = 152+116+114=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #987472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987472 is #678B8D. Grayscale: #7E7E7E. Windows color (decimal): -6785934 or 7500952. OLE color: 7500952.

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

Color convert

RGB152116114-
CMYK00.240.250.40
HSL3.16º15.57%52.16%-
HSV(B)3.16º25%59.61%-
XYZ22.2320.3818.68-
YUV126.54120.93146.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.79%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=39.79%
G=30.37%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211611400.240.250.403.1615.5752.16
Hex987472018192831034
Octal230164162030315032064
Binary1001100011101001110010011000110011010001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987472; }

 p { color: rgb(152,116,114); }

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

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

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

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

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

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

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