Html Css Color HEX #897878 Bazaar

📋 copy color: '#897878'

red 137 ◦ green 120 ◦ blue 120

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

Shades of Bazaar #897878

Tints of Bazaar #897878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 36.34%
G = 31.83%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#897878 (or 0x897878) is known color: Bazaar. HEX triplet: 89, 78 and 78. RGB value is (137,120,120). Sum of RGB (Red+Green+Blue) = 137+120+120=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #897878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897878 is #768787. Grayscale: #7D7D7D. Windows color (decimal): -7767944 or 7895177. OLE color: 7895177.

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

Color convert

RGB 137 120 120 -
CMYK 0 0.12 0.12 0.46
HSL 0.07% 0.5% -
HSV(B) 0.12% 0.54% -
XYZ 20.42 20.11 20.57 -
YUV 125.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 137 120 120 0 0.12 0.12 0.46 0 0.07 0.5
Hex 89 78 78 0 C C 2E 0 7 32
Octal 211 170 170 0 14 14 56 0 7 62
Binary 10001001 1111000 1111000 0 1100 1100 101110 0 111 110010

Color Harmonies of #897878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897878

Black with #897878

Text Example


Text Example

White with #897878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897878; }

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

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

background-color css

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

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

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

border-color css

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

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

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