#877372

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

Shades of Bazaar #877372

Tints of Bazaar #877372

Color information

#877372 (or 0x877372) is unknown color: approx Bazaar. HEX triplet: 87, 73 and 72. RGB value is (135,115,114). Sum of RGB (Red+Green+Blue) = 135+115+114=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #877372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877372 is #788C8D. Grayscale: #787878. Windows color (decimal): -7900302 or 7500679. OLE color: 7500679.

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

Color convert

RGB135115114-
CMYK00.150.160.47
HSL2.86º8.43%48.82%-
HSV(B)2.86º15.56%52.94%-
XYZ19.1618.6318.51-
YUV120.87124.13138.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=37.09%
G=31.59%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511511400.150.160.472.868.4348.82
Hex8773720F102F3831
Octal207163162017205731061
Binary10000111111001111100100111110000101111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877372; }

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

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

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

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

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

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

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

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