Html Css Color HEX #897786 Taupe Grey

📋 copy color: '#897786'

red 137 ◦ green 119 ◦ blue 134

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

Shades of Taupe Grey #897786

Tints of Taupe Grey #897786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.51%

 BLUE value IS 134 (52.73% from 255) = 34.36%

R = 35.13%
G = 30.51%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#897786 (or 0x897786) is known color: Taupe Grey. HEX triplet: 89, 77 and 86. RGB value is (137,119,134). Sum of RGB (Red+Green+Blue) = 137+119+134=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897786 is #768879. Grayscale: #7E7E7E. Windows color (decimal): -7768186 or 8812425. OLE color: 8812425.

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

Color convert

RGB 137 119 134 -
CMYK 0 0.13 0.02 0.46
HSL 310º 0.07% 0.5% -
HSV(B) 310º 0.13% 0.54% -
XYZ 21.22 20.23 25.34 -
YUV 126.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 137 119 134 0 0.13 0.02 0.46 310 0.07 0.5
Hex 89 77 86 0 D 2 2E 136 7 32
Octal 211 167 206 0 15 2 56 466 7 62
Binary 10001001 1110111 10000110 0 1101 10 101110 100110110 111 110010

Color Harmonies of #897786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897786

Black with #897786

Text Example


Text Example

White with #897786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897786; }

 p { color: rgb(137,119,134); }

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

background-color css

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

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

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

border-color css

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

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

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