#877572

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

Shades of Bazaar #877572

Tints of Bazaar #877572

Color information

#877572 (or 0x877572) is unknown color: approx Bazaar. HEX triplet: 87, 75 and 72. RGB value is (135,117,114). Sum of RGB (Red+Green+Blue) = 135+117+114=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #877572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877572 is #788A8D. Grayscale: #7A7A7A. Windows color (decimal): -7899790 or 7501191. OLE color: 7501191.

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

Color convert

RGB135117114-
CMYK00.130.160.47
HSL8.57º8.43%48.82%-
HSV(B)8.57º15.56%52.94%-
XYZ19.3919.0918.58-
YUV122.04123.46137.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=36.89%
G=31.97%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511711400.130.160.478.578.4348.82
Hex8775720D102F9831
Octal2071651620152057111061
Binary1000011111101011110010011011000010111110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877572; }

 p { color: rgb(135,117,114); }

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

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

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

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

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

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

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