#847474

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

Shades of Bazaar #847474

Tints of Bazaar #847474

Color information

#847474 (or 0x847474) is unknown color: approx Bazaar. HEX triplet: 84, 74 and 74. RGB value is (132,116,116). Sum of RGB (Red+Green+Blue) = 132+116+116=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #847474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847474 is #7B8B8B. Grayscale: #787878. Windows color (decimal): -8096652 or 7632004. OLE color: 7632004.

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

Color convert

RGB132116116-
CMYK00.120.120.48
HSL6.45%48.63%-
HSV(B)12.12%51.76%-
XYZ18.9118.6619.13-
YUV120.78125.3136-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=36.26%
G=31.87%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211611600.120.120.4806.4548.63
Hex8474740CC300631
Octal20416416401414600661
Binary10000100111010011101000110011001100000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847474; }

 p { color: rgb(132,116,116); }

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

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

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

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

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

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

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