#8F7976

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

Shades of Bazaar #8F7976

Tints of Bazaar #8F7976

Color information

#8F7976 (or 0x8F7976) is unknown color: approx Bazaar. HEX triplet: 8F, 79 and 76. RGB value is (143,121,118). Sum of RGB (Red+Green+Blue) = 143+121+118=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7976 is #708689. Grayscale: #7F7F7F. Windows color (decimal): -7374474 or 7764367. OLE color: 7764367.

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

Color convert

RGB143121118-
CMYK00.150.170.44
HSL7.2º10.04%51.18%-
HSV(B)7.2º17.48%56.08%-
XYZ21.4420.8220.03-
YUV127.24122.79139.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=37.43%
G=31.68%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312111800.150.170.447.210.0451.18
Hex8F79760F112C7a33
Octal217171166017215471263
Binary100011111111001111011001111100011011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,121,118); }

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

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

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

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

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

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

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