#8F7A7A

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

Shades of Bazaar #8F7A7A

Tints of Bazaar #8F7A7A

Color information

#8F7A7A (or 0x8F7A7A) is unknown color: approx Bazaar. HEX triplet: 8F, 7A and 7A. RGB value is (143,122,122). Sum of RGB (Red+Green+Blue) = 143+122+122=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7A7A is #708585. Grayscale: #808080. Windows color (decimal): -7374214 or 8026767. OLE color: 8026767.

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

Color convert

RGB143122122-
CMYK00.150.150.44
HSL8.57%51.96%-
HSV(B)14.69%56.08%-
XYZ21.821.1621.35-
YUV128.28124.46138.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=36.95%
G=31.52%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312212200.150.150.4408.5751.96
Hex8F7A7A0FF2C0934
Octal217172172017175401164
Binary100011111111010111101001111111110110001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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