#8A7774

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

Shades of Bazaar #8A7774

Tints of Bazaar #8A7774

Color information

#8A7774 (or 0x8A7774) is unknown color: approx Bazaar. HEX triplet: 8A, 77 and 74. RGB value is (138,119,116). Sum of RGB (Red+Green+Blue) = 138+119+116=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7774 is #75888B. Grayscale: #7C7C7C. Windows color (decimal): -7702668 or 7632778. OLE color: 7632778.

HSL color Cylindrical-coordinate representation of color #8A7774: hue angle of 8.18º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A7774 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB138119116-
CMYK00.140.160.46
HSL8.18º8.66%49.8%-
HSV(B)8.18º15.94%54.12%-
XYZ20.2319.8619.29-
YUV124.34123.29137.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=37.00%
G=31.90%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811911600.140.160.468.188.6649.8
Hex8A77740E102E8932
Octal2121671640162056101162
Binary1000101011101111110100011101000010111010001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,119,116); }

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

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

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

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

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

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

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