Html Css Color HEX #897875 Bazaar

📋 copy color: '#897875'

red 137 ◦ green 120 ◦ blue 117

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

Shades of Bazaar #897875

Tints of Bazaar #897875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 36.63%
G = 32.09%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#897875 (or 0x897875) is known color: Bazaar. HEX triplet: 89, 78 and 75. RGB value is (137,120,117). Sum of RGB (Red+Green+Blue) = 137+120+117=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #897875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897875 is #76878A. Grayscale: #7C7C7C. Windows color (decimal): -7767947 or 7698569. OLE color: 7698569.

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

Color convert

RGB 137 120 117 -
CMYK 0 0.12 0.15 0.46
HSL 0.08% 0.5% -
HSV(B) 0.15% 0.54% -
XYZ 20.24 20.04 19.63 -
YUV 124.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 137 120 117 0 0.12 0.15 0.46 9 0.08 0.5
Hex 89 78 75 0 C F 2E 9 8 32
Octal 211 170 165 0 14 17 56 11 10 62
Binary 10001001 1111000 1110101 0 1100 1111 101110 1001 1000 110010

Color Harmonies of #897875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897875

Black with #897875

Text Example


Text Example

White with #897875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897875; }

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

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

background-color css

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

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

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

border-color css

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

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

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