#877272

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

Shades of Bazaar #877272

Tints of Bazaar #877272

Color information

#877272 (or 0x877272) is unknown color: approx Bazaar. HEX triplet: 87, 72 and 72. RGB value is (135,114,114). Sum of RGB (Red+Green+Blue) = 135+114+114=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #877272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877272 is #788D8D. Grayscale: #787878. Windows color (decimal): -7900558 or 7500423. OLE color: 7500423.

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

Color convert

RGB135114114-
CMYK00.160.160.47
HSL8.43%48.82%-
HSV(B)15.56%52.94%-
XYZ19.0518.418.47-
YUV120.28124.46138.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=37.19%
G=31.40%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511411400.160.160.4708.4348.82
Hex877272010102F0831
Octal207162162020205701061
Binary10000111111001011100100100001000010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877272; }

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

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

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

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

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

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

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

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