#897992

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

Shades of Topaz #897992

Tints of Topaz #897992

Color information

#897992 (or 0x897992) is unknown color: approx Topaz. HEX triplet: 89, 79 and 92. RGB value is (137,121,146). Sum of RGB (Red+Green+Blue) = 137+121+146=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #897992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897992 is #76866D. Grayscale: #808080. Windows color (decimal): -7767662 or 9599369. OLE color: 9599369.

HSL color Cylindrical-coordinate representation of color #897992: hue angle of 278.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #897992 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137121146-
CMYK0.060.1700.43
HSL278.4º10.29%52.35%-
HSV(B)278.4º17.12%57.25%-
XYZ22.3421.0730.08-
YUV128.63137.8133.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=33.91%
G=29.95%
B=36.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371211460.060.1700.43278.410.2952.35
Hex89799261102B116a34
Octal2111712226210534261264
Binary100010011111001100100101101000101010111000101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897992; }

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

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

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

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

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

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

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

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