Html Css Color HEX #897685 Taupe Grey

📋 copy color: '#897685'

red 137 ◦ green 118 ◦ blue 133

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

Shades of Taupe Grey #897685

Tints of Taupe Grey #897685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

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

R = 35.31%
G = 30.41%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#897685 (or 0x897685) is known color: Taupe Grey. HEX triplet: 89, 76 and 85. RGB value is (137,118,133). Sum of RGB (Red+Green+Blue) = 137+118+133=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #897685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897685 is #76897A. Grayscale: #7D7D7D. Windows color (decimal): -7768443 or 8746633. OLE color: 8746633.

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

Color convert

RGB 137 118 133 -
CMYK 0 0.14 0.03 0.46
HSL 312.63º 0.07% 0.5% -
HSV(B) 312.63º 0.14% 0.54% -
XYZ 21.03 19.97 24.94 -
YUV 125.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 137 118 133 0 0.14 0.03 0.46 312.63 0.07 0.5
Hex 89 76 85 0 E 3 2E 139 7 32
Octal 211 166 205 0 16 3 56 471 7 62
Binary 10001001 1110110 10000101 0 1110 11 101110 100111001 111 110010

Color Harmonies of #897685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897685

Black with #897685

Text Example


Text Example

White with #897685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897685; }

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

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

background-color css

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

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

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

border-color css

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

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

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