#897D92

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

Shades of Topaz #897D92

Tints of Topaz #897D92

Color information

#897D92 (or 0x897D92) is unknown color: approx Topaz. HEX triplet: 89, 7D and 92. RGB value is (137,125,146). Sum of RGB (Red+Green+Blue) = 137+125+146=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 146 - color contains mainly: blue. Hex color #897D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D92 is #76826D. Grayscale: #828282. Windows color (decimal): -7766638 or 9600393. OLE color: 9600393.

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

Color convert

RGB137125146-
CMYK0.060.1400.43
HSL274.29º8.79%53.14%-
HSV(B)274.29º14.38%57.25%-
XYZ22.8422.0630.25-
YUV130.98136.48132.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 146 (57.42% from 255) = 35.78%
R=33.58%
G=30.64%
B=35.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371251460.060.1400.43274.298.7953.14
Hex897D926E02B112935
Octal2111752226160534221165
Binary10001001111110110010010110111001010111000100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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