#8B7674

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

Shades of Bazaar #8B7674

Tints of Bazaar #8B7674

Color information

#8B7674 (or 0x8B7674) is unknown color: approx Bazaar. HEX triplet: 8B, 76 and 74. RGB value is (139,118,116). Sum of RGB (Red+Green+Blue) = 139+118+116=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7674 is #74898B. Grayscale: #7C7C7C. Windows color (decimal): -7637388 or 7632523. OLE color: 7632523.

HSL color Cylindrical-coordinate representation of color #8B7674: hue angle of 5.22º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7674 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB139118116-
CMYK00.150.170.45
HSL5.22º9.02%50%-
HSV(B)5.22º16.55%54.51%-
XYZ20.2819.7119.26-
YUV124.05123.46138.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=37.27%
G=31.64%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911811600.150.170.455.229.0250
Hex8B76740F112D5932
Octal213166164017215551162
Binary100010111110110111010001111100011011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7674; }

 p { color: rgb(139,118,116); }

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

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

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

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

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

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

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