#867B79

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

Shades of Bazaar #867B79

Tints of Bazaar #867B79

Color information

#867B79 (or 0x867B79) is unknown color: approx Bazaar. HEX triplet: 86, 7B and 79. RGB value is (134,123,121). Sum of RGB (Red+Green+Blue) = 134+123+121=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #867B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B79 is #798486. Grayscale: #7E7E7E. Windows color (decimal): -7963783 or 7961478. OLE color: 7961478.

HSL color Cylindrical-coordinate representation of color #867B79: hue angle of 9.23º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #867B79 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134123121-
CMYK00.080.100.47
HSL9.23º5.1%50%-
HSV(B)9.23º9.7%52.55%-
XYZ20.3720.6120.99-
YUV126.06125.14133.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=35.45%
G=32.54%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412312100.080.100.479.235.150
Hex867B7908A2F9532
Octal206173171010125711562
Binary10000110111101111110010100010101011111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867B79; }

 p { color: rgb(134,123,121); }

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

<style>
 a { background-color: #867B79; }

 a { background-color: rgb(134,123,121); }

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

<style>
 span { border-color: #867B79; }

 span { border-color: rgb(134,123,121); }

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