#897B83

Color #897B83 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #897B83

Tints of Taupe Grey #897B83

Color information

#897B83 (or 0x897B83) is unknown color: approx Taupe Grey. HEX triplet: 89, 7B and 83. RGB value is (137,123,131). Sum of RGB (Red+Green+Blue) = 137+123+131=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #897B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B83 is #76847C. Grayscale: #808080. Windows color (decimal): -7767165 or 8616841. OLE color: 8616841.

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

Color convert

RGB137123131-
CMYK00.100.040.46
HSL325.71º5.6%50.98%-
HSV(B)325.71º10.22%53.73%-
XYZ21.521.1224.42-
YUV128.1129.64134.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=35.04%
G=31.46%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712313100.100.040.46325.715.650.98
Hex897B830A42E146633
Octal211173203012456506663
Binary1000100111110111000001101010100101110101000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,123,131); }

 H1.HeaderClassName
 {
   color: #897B83;
 }
 .AnyTagClassName
 {
   color: #897B83;
 }
</style>
background-color css

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

 a { background-color: rgb(137,123,131); }

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

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

 span { border-color: rgb(137,123,131); }

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