#867474

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

Shades of Bazaar #867474

Tints of Bazaar #867474

Color information

#867474 (or 0x867474) is unknown color: approx Bazaar. HEX triplet: 86, 74 and 74. RGB value is (134,116,116). Sum of RGB (Red+Green+Blue) = 134+116+116=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #867474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867474 is #798B8B. Grayscale: #797979. Windows color (decimal): -7965580 or 7632006. OLE color: 7632006.

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

Color convert

RGB134116116-
CMYK00.130.130.47
HSL7.2%49.02%-
HSV(B)13.43%52.55%-
XYZ19.2318.8219.14-
YUV121.38124.96137-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=36.61%
G=31.69%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411611600.130.130.4707.249.02
Hex8674740DD2F0731
Octal20616416401515570761
Binary10000110111010011101000110111011011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867474; }

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

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

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

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

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

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

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

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