#817675

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

Shades of Bazaar #817675

Tints of Bazaar #817675

Color information

#817675 (or 0x817675) is unknown color: approx Bazaar. HEX triplet: 81, 76 and 75. RGB value is (129,118,117). Sum of RGB (Red+Green+Blue) = 129+118+117=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 129 - color contains mainly: red. Hex color #817675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817675 is #7E898A. Grayscale: #797979. Windows color (decimal): -8292747 or 7698049. OLE color: 7698049.

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

Color convert

RGB129118117-
CMYK00.090.090.49
HSL4.88%48.24%-
HSV(B)9.3%50.59%-
XYZ18.7418.9119.49-
YUV121.17125.64133.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=35.44%
G=32.42%
B=32.14%

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
Decimal12911811700.090.090.4954.8848.24
Hex817675099315530
Octal20116616501111615560
Binary1000000111101101110101010011001110001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817675; }

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

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

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

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

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

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

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

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