#847876

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

Shades of Bazaar #847876

Tints of Bazaar #847876

Color information

#847876 (or 0x847876) is unknown color: approx Bazaar. HEX triplet: 84, 78 and 76. RGB value is (132,120,118). Sum of RGB (Red+Green+Blue) = 132+120+118=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #847876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847876 is #7B8789. Grayscale: #7B7B7B. Windows color (decimal): -8095626 or 7764100. OLE color: 7764100.

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

Color convert

RGB132120118-
CMYK00.090.110.48
HSL8.57º5.6%49.02%-
HSV(B)8.57º10.61%51.76%-
XYZ19.519.6519.9-
YUV123.36124.98134.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=35.68%
G=32.43%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212011800.090.110.488.575.649.02
Hex84787609B309631
Octal204170166011136011661
Binary10000100111100011101100100110111100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847876; }

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

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

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

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

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

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

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

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