Html Css Color HEX #897584 Taupe Grey

📋 copy color: '#897584'

red 137 ◦ green 117 ◦ blue 132

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

Shades of Taupe Grey #897584

Tints of Taupe Grey #897584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 35.49%
G = 30.31%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#897584 (or 0x897584) is known color: Taupe Grey. HEX triplet: 89, 75 and 84. RGB value is (137,117,132). Sum of RGB (Red+Green+Blue) = 137+117+132=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897584 is #768A7B. Grayscale: #7C7C7C. Windows color (decimal): -7768700 or 8680841. OLE color: 8680841.

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

Color convert

RGB 137 117 132 -
CMYK 0 0.15 0.04 0.46
HSL 315º 0.08% 0.5% -
HSV(B) 315º 0.15% 0.54% -
XYZ 20.84 19.71 24.54 -
YUV 124.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 137 117 132 0 0.15 0.04 0.46 315 0.08 0.5
Hex 89 75 84 0 F 4 2E 13B 8 32
Octal 211 165 204 0 17 4 56 473 10 62
Binary 10001001 1110101 10000100 0 1111 100 101110 100111011 1000 110010

Color Harmonies of #897584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897584

Black with #897584

Text Example


Text Example

White with #897584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897584; }

 p { color: rgb(137,117,132); }

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

background-color css

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

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

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

border-color css

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

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

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