#837876

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

Shades of Bazaar #837876

Tints of Bazaar #837876

Color information

#837876 (or 0x837876) is unknown color: approx Bazaar. HEX triplet: 83, 78 and 76. RGB value is (131,120,118). Sum of RGB (Red+Green+Blue) = 131+120+118=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #837876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837876 is #7C8789. Grayscale: #7B7B7B. Windows color (decimal): -8161162 or 7764099. OLE color: 7764099.

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

Color convert

RGB131120118-
CMYK00.080.100.49
HSL9.23º5.22%48.82%-
HSV(B)9.23º9.92%51.37%-
XYZ19.3519.5719.9-
YUV123.06125.14133.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=35.50%
G=32.52%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112011800.080.100.499.235.2248.82
Hex83787608A319531
Octal203170166010126111561
Binary10000011111100011101100100010101100011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837876; }

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

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

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

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

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

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

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

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