#877B7A

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

Shades of Bazaar #877B7A

Tints of Bazaar #877B7A

Color information

#877B7A (or 0x877B7A) is unknown color: approx Bazaar. HEX triplet: 87, 7B and 7A. RGB value is (135,123,122). Sum of RGB (Red+Green+Blue) = 135+123+122=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #877B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B7A is #788485. Grayscale: #7E7E7E. Windows color (decimal): -7898246 or 8027015. OLE color: 8027015.

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

Color convert

RGB135123122-
CMYK00.090.100.47
HSL4.62º5.14%50.39%-
HSV(B)4.62º9.63%52.94%-
XYZ20.5920.7221.33-
YUV126.47125.48134.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=35.53%
G=32.37%
B=32.11%

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
Decimal13512312200.090.100.474.625.1450.39
Hex877B7A09A2F5532
Octal20717317201112575562
Binary1000011111110111111010010011010101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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