#877777

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

Shades of Bazaar #877777

Tints of Bazaar #877777

Color information

#877777 (or 0x877777) is unknown color: approx Bazaar. HEX triplet: 87, 77 and 77. RGB value is (135,119,119). Sum of RGB (Red+Green+Blue) = 135+119+119=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877777 is #788888. Grayscale: #7B7B7B. Windows color (decimal): -7899273 or 7829383. OLE color: 7829383.

HSL color Cylindrical-coordinate representation of color #877777: 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.12%. Process color model (Four color, CMYK) of #877777 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB135119119-
CMYK00.120.120.47
HSL6.3%49.8%-
HSV(B)11.85%52.94%-
XYZ19.9219.6820.2-
YUV123.78125.3136-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=36.19%
G=31.90%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511911900.120.120.4706.349.8
Hex8777770CC2F0632
Octal20716716701414570662
Binary10000111111011111101110110011001011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877777; }

 p { color: rgb(135,119,119); }

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

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

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

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

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

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

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