#8F7876

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

Shades of Bazaar #8F7876

Tints of Bazaar #8F7876

Color information

#8F7876 (or 0x8F7876) is unknown color: approx Bazaar. HEX triplet: 8F, 78 and 76. RGB value is (143,120,118). Sum of RGB (Red+Green+Blue) = 143+120+118=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7876 is #708789. Grayscale: #7E7E7E. Windows color (decimal): -7374730 or 7764111. OLE color: 7764111.

HSL color Cylindrical-coordinate representation of color #8F7876: hue angle of 4.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F7876 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB143120118-
CMYK00.160.170.44
HSL4.8º10.04%51.18%-
HSV(B)4.8º17.48%56.08%-
XYZ21.3120.5819.99-
YUV126.65123.12139.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.53%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=37.53%
G=31.50%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312011800.160.170.444.810.0451.18
Hex8F7876010112C5a33
Octal217170166020215451263
Binary1000111111110001110110010000100011011001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F7876; }

 p { color: rgb(143,120,118); }

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

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

 a { background-color: rgb(143,120,118); }

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

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

 span { border-color: rgb(143,120,118); }

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