#837776

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

Shades of Bazaar #837776

Tints of Bazaar #837776

Color information

#837776 (or 0x837776) is unknown color: approx Bazaar. HEX triplet: 83, 77 and 76. RGB value is (131,119,118). Sum of RGB (Red+Green+Blue) = 131+119+118=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #837776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837776 is #7C8889. Grayscale: #7A7A7A. Windows color (decimal): -8161418 or 7763843. OLE color: 7763843.

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

Color convert

RGB131119118-
CMYK00.090.100.49
HSL4.62º5.22%48.82%-
HSV(B)4.62º9.92%51.37%-
XYZ19.2319.3319.86-
YUV122.47125.48134.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=35.60%
G=32.34%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111911800.090.100.494.625.2248.82
Hex83777609A315531
Octal20316716601112615561
Binary1000001111101111110110010011010110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837776; }

 p { color: rgb(131,119,118); }

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

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

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

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

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

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

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