#8F7877

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

Shades of Bazaar #8F7877

Tints of Bazaar #8F7877

Color information

#8F7877 (or 0x8F7877) is unknown color: approx Bazaar. HEX triplet: 8F, 78 and 77. RGB value is (143,120,119). Sum of RGB (Red+Green+Blue) = 143+120+119=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7877 is #708788. Grayscale: #7E7E7E. Windows color (decimal): -7374729 or 7829647. OLE color: 7829647.

HSL color Cylindrical-coordinate representation of color #8F7877: hue angle of 2.5º 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 #8F7877 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB143120119-
CMYK00.160.170.44
HSL2.5º9.68%51.37%-
HSV(B)2.5º16.78%56.08%-
XYZ21.3720.620.3-
YUV126.76123.62139.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=37.43%
G=31.41%
B=31.15%

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
Decimal14312011900.160.170.442.59.6851.37
Hex8F7877010112C3a33
Octal217170167020215431263
Binary100011111111000111011101000010001101100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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