Html Css Color HEX #897982 Taupe Grey

📋 copy color: '#897982'

red 137 ◦ green 121 ◦ blue 130

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

Shades of Taupe Grey #897982

Tints of Taupe Grey #897982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.19%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 35.31%
G = 31.19%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#897982 (or 0x897982) is known color: Taupe Grey. HEX triplet: 89, 79 and 82. RGB value is (137,121,130). Sum of RGB (Red+Green+Blue) = 137+121+130=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #897982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897982 is #76867D. Grayscale: #7E7E7E. Windows color (decimal): -7767678 or 8550793. OLE color: 8550793.

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

Color convert

RGB 137 121 130 -
CMYK 0 0.12 0.05 0.46
HSL 326.25º 0.06% 0.51% -
HSV(B) 326.25º 0.12% 0.54% -
XYZ 21.18 20.6 23.98 -
YUV 126.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 137 121 130 0 0.12 0.05 0.46 326.25 0.06 0.51
Hex 89 79 82 0 C 5 2E 146 6 33
Octal 211 171 202 0 14 5 56 506 6 63
Binary 10001001 1111001 10000010 0 1100 101 101110 101000110 110 110011

Color Harmonies of #897982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897982

Black with #897982

Text Example


Text Example

White with #897982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897982; }

 p { color: rgb(137,121,130); }

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

background-color css

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

 a { background-color: rgb(137,121,130); }

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

border-color css

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

 span { border-color: rgb(137,121,130); }

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