#827676

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

Shades of Bazaar #827676

Tints of Bazaar #827676

Color information

#827676 (or 0x827676) is unknown color: approx Bazaar. HEX triplet: 82, 76 and 76. RGB value is (130,118,118). Sum of RGB (Red+Green+Blue) = 130+118+118=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #827676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827676 is #7D8989. Grayscale: #797979. Windows color (decimal): -8227210 or 7763586. OLE color: 7763586.

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

Color convert

RGB130118118-
CMYK00.090.090.49
HSL4.84%48.63%-
HSV(B)9.23%50.98%-
XYZ18.9519.0119.81-
YUV121.59125.98134-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=35.52%
G=32.24%
B=32.24%

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
Decimal13011811800.090.090.4904.8448.63
Hex827676099310531
Octal20216616601111610561
Binary10000010111011011101100100110011100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827676; }

 p { color: rgb(130,118,118); }

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

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

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

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

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

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

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