Html Css Color HEX #897885 Taupe Grey

📋 copy color: '#897885'

red 137 ◦ green 120 ◦ blue 133

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

Shades of Taupe Grey #897885

Tints of Taupe Grey #897885

RGB

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

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

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

R = 35.13%
G = 30.77%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#897885 (or 0x897885) is known color: Taupe Grey. HEX triplet: 89, 78 and 85. RGB value is (137,120,133). Sum of RGB (Red+Green+Blue) = 137+120+133=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897885 is #76877A. Grayscale: #7E7E7E. Windows color (decimal): -7767931 or 8747145. OLE color: 8747145.

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

Color convert

RGB 137 120 133 -
CMYK 0 0.12 0.03 0.46
HSL 314.12º 0.07% 0.5% -
HSV(B) 314.12º 0.12% 0.54% -
XYZ 21.27 20.44 25.02 -
YUV 126.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 137 120 133 0 0.12 0.03 0.46 314.12 0.07 0.5
Hex 89 78 85 0 C 3 2E 13A 7 32
Octal 211 170 205 0 14 3 56 472 7 62
Binary 10001001 1111000 10000101 0 1100 11 101110 100111010 111 110010

Color Harmonies of #897885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897885

Black with #897885

Text Example


Text Example

White with #897885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897885; }

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

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

background-color css

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

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

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

border-color css

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

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

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