#897B7A

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

Shades of Bazaar #897B7A

Tints of Bazaar #897B7A

Color information

#897B7A (or 0x897B7A) is unknown color: approx Bazaar. HEX triplet: 89, 7B and 7A. RGB value is (137,123,122). Sum of RGB (Red+Green+Blue) = 137+123+122=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #897B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897B7A is #768485. Grayscale: #7F7F7F. Windows color (decimal): -7767174 or 8027017. OLE color: 8027017.

HSL color Cylindrical-coordinate representation of color #897B7A: hue angle of 4º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #897B7A is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB137123122-
CMYK00.100.110.46
HSL5.98%50.78%-
HSV(B)10.95%53.73%-
XYZ20.9120.8921.34-
YUV127.07125.14135.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=35.86%
G=32.20%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712312200.100.110.4645.9850.78
Hex897B7A0AB2E4633
Octal21117317201213564663
Binary1000100111110111111010010101011101110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897B7A; }

 p { color: rgb(137,123,122); }

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

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

 a { background-color: rgb(137,123,122); }

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

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

 span { border-color: rgb(137,123,122); }

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