#867775

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

Shades of Bazaar #867775

Tints of Bazaar #867775

Color information

#867775 (or 0x867775) is unknown color: approx Bazaar. HEX triplet: 86, 77 and 75. RGB value is (134,119,117). Sum of RGB (Red+Green+Blue) = 134+119+117=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #867775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867775 is #79888A. Grayscale: #7B7B7B. Windows color (decimal): -7964811 or 7698310. OLE color: 7698310.

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

Color convert

RGB134119117-
CMYK00.110.130.47
HSL7.06º6.77%49.22%-
HSV(B)7.06º12.69%52.55%-
XYZ19.6419.5519.57-
YUV123.26124.47135.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=36.22%
G=32.16%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411911700.110.130.477.066.7749.22
Hex8677750BD2F7731
Octal20616716501315577761
Binary1000011011101111110101010111101101111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867775; }

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

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

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

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

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

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

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

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