Html Css Color HEX #897B7A Bazaar

📋 copy color: '#897B7A'

red 137 ◦ green 123 ◦ blue 122

#897B7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bazaar #897B7A

Tints of Bazaar #897B7A

RGB

 RED value IS 137 (53.91% from 255) = 35.86%

 GREEN value IS 123 (48.44% from 255) = 32.2%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 35.86%
G = 32.2%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#897B7A (or 0x897B7A) is known color: 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

RGB 137 123 122 -
CMYK 0 0.10 0.11 0.46
HSL 0.06% 0.51% -
HSV(B) 0.11% 0.54% -
XYZ 20.91 20.89 21.34 -
YUV 127.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 137 123 122 0 0.10 0.11 0.46 4 0.06 0.51
Hex 89 7B 7A 0 A B 2E 4 6 33
Octal 211 173 172 0 12 13 56 4 6 63
Binary 10001001 1111011 1111010 0 1010 1011 101110 100 110 110011

Color Harmonies of #897B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B7A

Black with #897B7A

Text Example


Text Example

White with #897B7A

Text Example


Text Example

HTML Codes & Css Web 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>