Html Css Color HEX #897474 Bazaar

📋 copy color: '#897474'

red 137 ◦ green 116 ◦ blue 116

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

Shades of Bazaar #897474

Tints of Bazaar #897474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 37.13%
G = 31.44%
B = 31.44%

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

#897474 (or 0x897474) is known color: Bazaar. HEX triplet: 89, 74 and 74. RGB value is (137,116,116). Sum of RGB (Red+Green+Blue) = 137+116+116=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #897474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897474 is #768B8B. Grayscale: #7A7A7A. Windows color (decimal): -7768972 or 7632009. OLE color: 7632009.

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

Color convert

RGB 137 116 116 -
CMYK 0 0.15 0.15 0.46
HSL 0.08% 0.5% -
HSV(B) 0.15% 0.54% -
XYZ 19.71 19.07 19.16 -
YUV 122.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 137 116 116 0 0.15 0.15 0.46 0 0.08 0.5
Hex 89 74 74 0 F F 2E 0 8 32
Octal 211 164 164 0 17 17 56 0 10 62
Binary 10001001 1110100 1110100 0 1111 1111 101110 0 1000 110010

Color Harmonies of #897474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897474

Black with #897474

Text Example


Text Example

White with #897474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897474; }

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

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

background-color css

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

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

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

border-color css

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

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

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