#867878

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

Shades of Bazaar #867878

Tints of Bazaar #867878

Color information

#867878 (or 0x867878) is unknown color: approx Bazaar. HEX triplet: 86, 78 and 78. RGB value is (134,120,120). Sum of RGB (Red+Green+Blue) = 134+120+120=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #867878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867878 is #798787. Grayscale: #7C7C7C. Windows color (decimal): -7964552 or 7895174. OLE color: 7895174.

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

Color convert

RGB134120120-
CMYK00.100.100.47
HSL5.51%49.8%-
HSV(B)10.45%52.55%-
XYZ19.9419.8620.55-
YUV124.19125.64135-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=35.83%
G=32.09%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412012000.100.100.4705.5149.8
Hex8678780AA2F0632
Octal20617017001212570662
Binary10000110111100011110000101010101011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867878; }

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

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

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

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

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

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

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

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