#897F92

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

Shades of Topaz #897F92

Tints of Topaz #897F92

Color information

#897F92 (or 0x897F92) is unknown color: approx Topaz. HEX triplet: 89, 7F and 92. RGB value is (137,127,146). Sum of RGB (Red+Green+Blue) = 137+127+146=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 146 - color contains mainly: blue. Hex color #897F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F92 is #76806D. Grayscale: #848484. Windows color (decimal): -7766126 or 9600905. OLE color: 9600905.

HSL color Cylindrical-coordinate representation of color #897F92: hue angle of 271.58º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #897F92 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137127146-
CMYK0.060.1300.43
HSL271.58º8.02%53.53%-
HSV(B)271.58º13.01%57.25%-
XYZ23.0922.5730.33-
YUV132.16135.81131.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=33.41%
G=30.98%
B=35.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371271460.060.1300.43271.588.0253.53
Hex897F926D02B110836
Octal2111772226150534201066
Binary10001001111111110010010110110101010111000100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,127,146); }

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

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

 a { background-color: rgb(137,127,146); }

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

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

 span { border-color: rgb(137,127,146); }

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