Html Css Color HEX #897575 Bazaar

📋 copy color: '#897575'

red 137 ◦ green 117 ◦ blue 117

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

Shades of Bazaar #897575

Tints of Bazaar #897575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

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

R = 36.93%
G = 31.54%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#897575 (or 0x897575) is known color: Bazaar. HEX triplet: 89, 75 and 75. RGB value is (137,117,117). Sum of RGB (Red+Green+Blue) = 137+117+117=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #897575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897575 is #768A8A. Grayscale: #7B7B7B. Windows color (decimal): -7768715 or 7697801. OLE color: 7697801.

HSL color Cylindrical-coordinate representation of color #897575: hue angle of 0º 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 #897575 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 117 117 -
CMYK 0 0.15 0.15 0.46
HSL 0.08% 0.5% -
HSV(B) 0.15% 0.54% -
XYZ 19.89 19.33 19.51 -
YUV 122.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 137 117 117 0 0.15 0.15 0.46 0 0.08 0.5
Hex 89 75 75 0 F F 2E 0 8 32
Octal 211 165 165 0 17 17 56 0 10 62
Binary 10001001 1110101 1110101 0 1111 1111 101110 0 1000 110010

Color Harmonies of #897575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897575

Black with #897575

Text Example


Text Example

White with #897575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897575; }

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

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

background-color css

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

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

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

border-color css

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

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

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