Html Css Color HEX #897785 Taupe Grey

📋 copy color: '#897785'

red 137 ◦ green 119 ◦ blue 133

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

Shades of Taupe Grey #897785

Tints of Taupe Grey #897785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 35.22%
G = 30.59%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#897785 (or 0x897785) is known color: Taupe Grey. HEX triplet: 89, 77 and 85. RGB value is (137,119,133). Sum of RGB (Red+Green+Blue) = 137+119+133=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #897785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897785 is #76887A. Grayscale: #7D7D7D. Windows color (decimal): -7768187 or 8746889. OLE color: 8746889.

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

Color convert

RGB 137 119 133 -
CMYK 0 0.13 0.03 0.46
HSL 313.33º 0.07% 0.5% -
HSV(B) 313.33º 0.13% 0.54% -
XYZ 21.15 20.21 24.98 -
YUV 125.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 137 119 133 0 0.13 0.03 0.46 313.33 0.07 0.5
Hex 89 77 85 0 D 3 2E 139 7 32
Octal 211 167 205 0 15 3 56 471 7 62
Binary 10001001 1110111 10000101 0 1101 11 101110 100111001 111 110010

Color Harmonies of #897785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897785

Black with #897785

Text Example


Text Example

White with #897785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897785; }

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

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

background-color css

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

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

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

border-color css

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

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

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