#817575

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

Shades of Bazaar #817575

Tints of Bazaar #817575

Color information

#817575 (or 0x817575) is unknown color: approx Bazaar. HEX triplet: 81, 75 and 75. RGB value is (129,117,117). Sum of RGB (Red+Green+Blue) = 129+117+117=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 129 - color contains mainly: red. Hex color #817575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817575 is #7E8A8A. Grayscale: #787878. Windows color (decimal): -8293003 or 7697793. OLE color: 7697793.

HSL color Cylindrical-coordinate representation of color #817575: hue angle of 0º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817575 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB129117117-
CMYK00.090.090.49
HSL4.88%48.24%-
HSV(B)9.3%50.59%-
XYZ18.6318.6719.45-
YUV120.59125.98134-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=35.54%
G=32.23%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911711700.090.090.4904.8848.24
Hex817575099310530
Octal20116516501111610560
Binary10000001111010111101010100110011100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817575; }

 p { color: rgb(129,117,117); }

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

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

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

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

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

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

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