#877A79

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

Shades of Bazaar #877A79

Tints of Bazaar #877A79

Color information

#877A79 (or 0x877A79) is unknown color: approx Bazaar. HEX triplet: 87, 7A and 79. RGB value is (135,122,121). Sum of RGB (Red+Green+Blue) = 135+122+121=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #877A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A79 is #788586. Grayscale: #7D7D7D. Windows color (decimal): -7898503 or 7961223. OLE color: 7961223.

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

Color convert

RGB135122121-
CMYK00.100.100.47
HSL4.29º5.51%50.2%-
HSV(B)4.29º10.37%52.94%-
XYZ20.420.4520.96-
YUV125.77125.31134.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=35.71%
G=32.28%
B=32.01%

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
Decimal13512212100.100.100.474.295.5150.2
Hex877A790AA2F4632
Octal20717217101212574662
Binary1000011111110101111001010101010101111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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