#877472

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

Shades of Bazaar #877472

Tints of Bazaar #877472

Color information

#877472 (or 0x877472) is unknown color: approx Bazaar. HEX triplet: 87, 74 and 72. RGB value is (135,116,114). Sum of RGB (Red+Green+Blue) = 135+116+114=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #877472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877472 is #788B8D. Grayscale: #797979. Windows color (decimal): -7900046 or 7500935. OLE color: 7500935.

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

Color convert

RGB135116114-
CMYK00.140.160.47
HSL5.71º8.43%48.82%-
HSV(B)5.71º15.56%52.94%-
XYZ19.2718.8618.54-
YUV121.45123.79137.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=36.99%
G=31.78%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511611400.140.160.475.718.4348.82
Hex8774720E102F6831
Octal207164162016205761061
Binary100001111110100111001001110100001011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877472; }

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

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

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

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

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

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

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

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