#867472

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

Shades of Bazaar #867472

Tints of Bazaar #867472

Color information

#867472 (or 0x867472) is unknown color: approx Bazaar. HEX triplet: 86, 74 and 72. RGB value is (134,116,114). Sum of RGB (Red+Green+Blue) = 134+116+114=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #867472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867472 is #798B8D. Grayscale: #797979. Windows color (decimal): -7965582 or 7500934. OLE color: 7500934.

HSL color Cylindrical-coordinate representation of color #867472: hue angle of 6º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #867472 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB134116114-
CMYK00.130.150.47
HSL8.06%48.63%-
HSV(B)14.93%52.55%-
XYZ19.1118.7718.54-
YUV121.15123.96137.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=36.81%
G=31.87%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411611400.130.150.4768.0648.63
Hex8674720DF2F6831
Octal206164162015175761061
Binary10000110111010011100100110111111011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867472; }

 p { color: rgb(134,116,114); }

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

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

 a { background-color: rgb(134,116,114); }

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

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

 span { border-color: rgb(134,116,114); }

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