#8F7875

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

Shades of Bazaar #8F7875

Tints of Bazaar #8F7875

Color information

#8F7875 (or 0x8F7875) is unknown color: approx Bazaar. HEX triplet: 8F, 78 and 75. RGB value is (143,120,117). Sum of RGB (Red+Green+Blue) = 143+120+117=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7875 is #70878A. Grayscale: #7E7E7E. Windows color (decimal): -7374731 or 7698575. OLE color: 7698575.

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

Color convert

RGB143120117-
CMYK00.160.180.44
HSL6.92º10.4%50.98%-
HSV(B)6.92º18.18%56.08%-
XYZ21.2620.5619.68-
YUV126.54122.62139.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=37.63%
G=31.58%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312011700.160.180.446.9210.450.98
Hex8F7875010122C7a33
Octal217170165020225471263
Binary1000111111110001110101010000100101011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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