#877876

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

Shades of Bazaar #877876

Tints of Bazaar #877876

Color information

#877876 (or 0x877876) is unknown color: approx Bazaar. HEX triplet: 87, 78 and 76. RGB value is (135,120,118). Sum of RGB (Red+Green+Blue) = 135+120+118=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877876 is #788789. Grayscale: #7C7C7C. Windows color (decimal): -7899018 or 7764103. OLE color: 7764103.

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

Color convert

RGB135120118-
CMYK00.110.130.47
HSL7.06º6.72%49.61%-
HSV(B)7.06º12.59%52.94%-
XYZ19.9819.8919.93-
YUV124.26124.47135.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=36.19%
G=32.17%
B=31.64%

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
Decimal13512011800.110.130.477.066.7249.61
Hex8778760BD2F7732
Octal20717016601315577762
Binary1000011111110001110110010111101101111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877876; }

 p { color: rgb(135,120,118); }

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

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

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

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

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

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

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