#847978

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

Shades of Bazaar #847978

Tints of Bazaar #847978

Color information

#847978 (or 0x847978) is unknown color: approx Bazaar. HEX triplet: 84, 79 and 78. RGB value is (132,121,120). Sum of RGB (Red+Green+Blue) = 132+121+120=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #847978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847978 is #7B8687. Grayscale: #7C7C7C. Windows color (decimal): -8095368 or 7895428. OLE color: 7895428.

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

Color convert

RGB132121120-
CMYK00.080.090.48
HSL4.76%49.41%-
HSV(B)9.09%51.76%-
XYZ19.7419.9420.58-
YUV124.18125.64133.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=35.39%
G=32.44%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212112000.080.090.4854.7649.41
Hex847978089305531
Octal20417117001011605561
Binary1000010011110011111000010001001110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847978; }

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

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

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

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

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

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

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

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