#877B79

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

Shades of Bazaar #877B79

Tints of Bazaar #877B79

Color information

#877B79 (or 0x877B79) is unknown color: approx Bazaar. HEX triplet: 87, 7B and 79. RGB value is (135,123,121). Sum of RGB (Red+Green+Blue) = 135+123+121=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #877B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B79 is #788486. Grayscale: #7E7E7E. Windows color (decimal): -7898247 or 7961479. OLE color: 7961479.

HSL color Cylindrical-coordinate representation of color #877B79: hue angle of 8.57º 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 #877B79 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB135123121-
CMYK00.090.100.47
HSL8.57º5.51%50.2%-
HSV(B)8.57º10.37%52.94%-
XYZ20.5320.721-
YUV126.36124.98134.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=35.62%
G=32.45%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512312100.090.100.478.575.5150.2
Hex877B7909A2F9632
Octal207173171011125711662
Binary10000111111101111110010100110101011111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877B79; }

 p { color: rgb(135,123,121); }

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

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

 a { background-color: rgb(135,123,121); }

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

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

 span { border-color: rgb(135,123,121); }

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