#8F7D7A

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

Shades of Bazaar #8F7D7A

Tints of Bazaar #8F7D7A

Color information

#8F7D7A (or 0x8F7D7A) is unknown color: approx Bazaar. HEX triplet: 8F, 7D and 7A. RGB value is (143,125,122). Sum of RGB (Red+Green+Blue) = 143+125+122=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7D7A is #708285. Grayscale: #828282. Windows color (decimal): -7373446 or 8027535. OLE color: 8027535.

HSL color Cylindrical-coordinate representation of color #8F7D7A: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F7D7A is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB143125122-
CMYK00.130.150.44
HSL8.57º8.57%51.96%-
HSV(B)8.57º14.69%56.08%-
XYZ22.1721.9121.47-
YUV130.04123.46137.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.67%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=36.67%
G=32.05%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312512200.130.150.448.578.5751.96
Hex8F7D7A0DF2C9934
Octal2171751720151754111164
Binary100011111111101111101001101111110110010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,125,122); }

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

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

 a { background-color: rgb(143,125,122); }

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

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

 span { border-color: rgb(143,125,122); }

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