#898085

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

Shades of Taupe Grey #898085

Tints of Taupe Grey #898085

Color information

#898085 (or 0x898085) is unknown color: approx Taupe Grey. HEX triplet: 89, 80 and 85. RGB value is (137,128,133). Sum of RGB (Red+Green+Blue) = 137+128+133=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 137 - color contains mainly: red. Hex color #898085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898085 is #767F7A. Grayscale: #838383. Windows color (decimal): -7765883 or 8749193. OLE color: 8749193.

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

Color convert

RGB137128133-
CMYK00.070.030.46
HSL326.67º3.67%51.96%-
HSV(B)326.67º6.57%53.73%-
XYZ22.2722.4525.35-
YUV131.26128.98132.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=34.42%
G=32.16%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712813300.070.030.46326.673.6751.96
Hex8980850732E147434
Octal21120020507356507464
Binary100010011000000010000101011111101110101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898085; }

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

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

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

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

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

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

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

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