#867675

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

Shades of Bazaar #867675

Tints of Bazaar #867675

Color information

#867675 (or 0x867675) is unknown color: approx Bazaar. HEX triplet: 86, 76 and 75. RGB value is (134,118,117). Sum of RGB (Red+Green+Blue) = 134+118+117=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 134 - color contains mainly: red. Hex color #867675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867675 is #79898A. Grayscale: #7A7A7A. Windows color (decimal): -7965067 or 7698054. OLE color: 7698054.

HSL color Cylindrical-coordinate representation of color #867675: hue angle of 3.53º 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 #867675 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB134118117-
CMYK00.120.130.47
HSL3.53º6.77%49.22%-
HSV(B)3.53º12.69%52.55%-
XYZ19.5219.3119.53-
YUV122.67124.8136.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=36.31%
G=31.98%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411811700.120.130.473.536.7749.22
Hex8676750CD2F4731
Octal20616616501415574761
Binary1000011011101101110101011001101101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867675; }

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

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

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

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

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

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

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

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