#867575

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

Shades of Bazaar #867575

Tints of Bazaar #867575

Color information

#867575 (or 0x867575) is unknown color: approx Bazaar. HEX triplet: 86, 75 and 75. RGB value is (134,117,117). Sum of RGB (Red+Green+Blue) = 134+117+117=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867575 is #798A8A. Grayscale: #7A7A7A. Windows color (decimal): -7965323 or 7697798. OLE color: 7697798.

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

Color convert

RGB134117117-
CMYK00.130.130.47
HSL6.77%49.22%-
HSV(B)12.69%52.55%-
XYZ19.419.0819.49-
YUV122.08125.13136.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=36.41%
G=31.79%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411711700.130.130.4706.7749.22
Hex8675750DD2F0731
Octal20616516501515570761
Binary10000110111010111101010110111011011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867575; }

 p { color: rgb(134,117,117); }

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

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

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

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

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

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

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