Html Css Color HEX #897D7C Bazaar

📋 copy color: '#897D7C'

red 137 ◦ green 125 ◦ blue 124

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

Shades of Bazaar #897D7C

Tints of Bazaar #897D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 35.49%
G = 32.38%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#897D7C (or 0x897D7C) is known color: Bazaar. HEX triplet: 89, 7D and 7C. RGB value is (137,125,124). Sum of RGB (Red+Green+Blue) = 137+125+124=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D7C is #768283. Grayscale: #808080. Windows color (decimal): -7766660 or 8158601. OLE color: 8158601.

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

Color convert

RGB 137 125 124 -
CMYK 0 0.09 0.09 0.46
HSL 4.62º 0.05% 0.51% -
HSV(B) 4.62º 0.09% 0.54% -
XYZ 21.29 21.44 22.09 -
YUV 128.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 137 125 124 0 0.09 0.09 0.46 4.62 0.05 0.51
Hex 89 7D 7C 0 9 9 2E 5 5 33
Octal 211 175 174 0 11 11 56 5 5 63
Binary 10001001 1111101 1111100 0 1001 1001 101110 101 101 110011

Color Harmonies of #897D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D7C

Black with #897D7C

Text Example


Text Example

White with #897D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,125,124); }

 H1.HeaderClassName
 {
   color: #897D7C;
 }
 .AnyTagClassName
 {
   color: #897D7C;
 }
</style>

background-color css

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

 a { background-color: rgb(137,125,124); }

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

border-color css

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

 span { border-color: rgb(137,125,124); }

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