#987070

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

Shades of Bazaar #987070

Tints of Bazaar #987070

Color information

#987070 (or 0x987070) is unknown color: approx Bazaar. HEX triplet: 98, 70 and 70. RGB value is (152,112,112). Sum of RGB (Red+Green+Blue) = 152+112+112=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #987070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987070 is #678F8F. Grayscale: #7C7C7C. Windows color (decimal): -6786960 or 7368856. OLE color: 7368856.

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

Color convert

RGB152112112-
CMYK00.260.260.40
HSL16.26%51.76%-
HSV(B)26.32%59.61%-
XYZ21.6719.4317.94-
YUV123.96121.25148-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=40.43%
G=29.79%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211211200.260.260.40016.2651.76
Hex98707001A1A2801034
Octal230160160032325002064
Binary100110001110000111000001101011010101000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987070; }

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

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

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

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

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

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

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

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