#867877

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

Shades of Bazaar #867877

Tints of Bazaar #867877

Color information

#867877 (or 0x867877) is unknown color: approx Bazaar. HEX triplet: 86, 78 and 77. RGB value is (134,120,119). Sum of RGB (Red+Green+Blue) = 134+120+119=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #867877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867877 is #798788. Grayscale: #7C7C7C. Windows color (decimal): -7964553 or 7829638. OLE color: 7829638.

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

Color convert

RGB134120119-
CMYK00.100.110.47
HSL5.93%49.61%-
HSV(B)11.19%52.55%-
XYZ19.8819.8320.23-
YUV124.07125.14135.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=35.92%
G=32.17%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412011900.100.110.4745.9349.61
Hex8678770AB2F4632
Octal20617016701213574662
Binary1000011011110001110111010101011101111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867877; }

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

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

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

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

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

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

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

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