#8F7C7A

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

Shades of Bazaar #8F7C7A

Tints of Bazaar #8F7C7A

Color information

#8F7C7A (or 0x8F7C7A) is unknown color: approx Bazaar. HEX triplet: 8F, 7C and 7A. RGB value is (143,124,122). Sum of RGB (Red+Green+Blue) = 143+124+122=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7C7A is #708385. Grayscale: #818181. Windows color (decimal): -7373702 or 8027279. OLE color: 8027279.

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

Color convert

RGB143124122-
CMYK00.130.150.44
HSL5.71º8.57%51.96%-
HSV(B)5.71º14.69%56.08%-
XYZ22.0521.6621.43-
YUV129.45123.79137.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.76%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=36.76%
G=31.88%
B=31.36%

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
Decimal14312412200.130.150.445.718.5751.96
Hex8F7C7A0DF2C6934
Octal217174172015175461164
Binary10001111111110011110100110111111011001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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