#987572

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

Shades of Bazaar #987572

Tints of Bazaar #987572

Color information

#987572 (or 0x987572) is unknown color: approx Bazaar. HEX triplet: 98, 75 and 72. RGB value is (152,117,114). Sum of RGB (Red+Green+Blue) = 152+117+114=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #987572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987572 is #678A8D. Grayscale: #7F7F7F. Windows color (decimal): -6785678 or 7501208. OLE color: 7501208.

HSL color Cylindrical-coordinate representation of color #987572: hue angle of 4.74º 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 #987572 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB152117114-
CMYK00.230.250.40
HSL4.74º15.57%52.16%-
HSV(B)4.74º25%59.61%-
XYZ22.3520.6118.72-
YUV127.12120.6145.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=39.69%
G=30.55%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211711400.230.250.404.7415.5752.16
Hex987572017192851034
Octal230165162027315052064
Binary10011000111010111100100101111100110100010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987572; }

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

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

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

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

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

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

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

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