Html Css Color HEX #897876 Bazaar

📋 copy color: '#897876'

red 137 ◦ green 120 ◦ blue 118

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

Shades of Bazaar #897876

Tints of Bazaar #897876

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 36.53%
G = 32%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#897876 (or 0x897876) is known color: Bazaar. HEX triplet: 89, 78 and 76. RGB value is (137,120,118). Sum of RGB (Red+Green+Blue) = 137+120+118=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #897876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897876 is #768789. Grayscale: #7C7C7C. Windows color (decimal): -7767946 or 7764105. OLE color: 7764105.

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

Color convert

RGB 137 120 118 -
CMYK 0 0.12 0.14 0.46
HSL 6.32º 0.07% 0.5% -
HSV(B) 6.32º 0.14% 0.54% -
XYZ 20.3 20.06 19.94 -
YUV 124.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 137 120 118 0 0.12 0.14 0.46 6.32 0.07 0.5
Hex 89 78 76 0 C E 2E 6 7 32
Octal 211 170 166 0 14 16 56 6 7 62
Binary 10001001 1111000 1110110 0 1100 1110 101110 110 111 110010

Color Harmonies of #897876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897876

Black with #897876

Text Example


Text Example

White with #897876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897876; }

 p { color: rgb(137,120,118); }

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

background-color css

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

 a { background-color: rgb(137,120,118); }

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

border-color css

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

 span { border-color: rgb(137,120,118); }

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