Html Css Color HEX #897D84 Taupe Grey

📋 copy color: '#897D84'

red 137 ◦ green 125 ◦ blue 132

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

Shades of Taupe Grey #897D84

Tints of Taupe Grey #897D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

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

R = 34.77%
G = 31.73%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#897D84 (or 0x897D84) is known color: Taupe Grey. HEX triplet: 89, 7D and 84. RGB value is (137,125,132). Sum of RGB (Red+Green+Blue) = 137+125+132=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 137 - color contains mainly: red. Hex color #897D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D84 is #76827B. Grayscale: #818181. Windows color (decimal): -7766652 or 8682889. OLE color: 8682889.

HSL color Cylindrical-coordinate representation of color #897D84: hue angle of 325º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #897D84 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 125 132 -
CMYK 0 0.09 0.04 0.46
HSL 325º 0.05% 0.51% -
HSV(B) 325º 0.09% 0.54% -
XYZ 21.82 21.65 24.86 -
YUV 129.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 137 125 132 0 0.09 0.04 0.46 325 0.05 0.51
Hex 89 7D 84 0 9 4 2E 145 5 33
Octal 211 175 204 0 11 4 56 505 5 63
Binary 10001001 1111101 10000100 0 1001 100 101110 101000101 101 110011

Color Harmonies of #897D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D84

Black with #897D84

Text Example


Text Example

White with #897D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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