Html Css Color HEX #897C92 Topaz

📋 copy color: '#897C92'

red 137 ◦ green 124 ◦ blue 146

#897C92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #897C92

Tints of Topaz #897C92

RGB

 RED value IS 137 (53.91% from 255) = 33.66%

 GREEN value IS 124 (48.83% from 255) = 30.47%

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 33.66%
G = 30.47%
B = 35.87%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#897C92 (or 0x897C92) is known color: Topaz. HEX triplet: 89, 7C and 92. RGB value is (137,124,146). Sum of RGB (Red+Green+Blue) = 137+124+146=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 146 - color contains mainly: blue. Hex color #897C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C92 is #76836D. Grayscale: #828282. Windows color (decimal): -7766894 or 9600137. OLE color: 9600137.

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

Color convert

RGB 137 124 146 -
CMYK 0.06 0.15 0 0.43
HSL 275.45º 0.09% 0.53% -
HSV(B) 275.45º 0.15% 0.57% -
XYZ 22.71 21.81 30.21 -
YUV 130.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 137 124 146 0.06 0.15 0 0.43 275.45 0.09 0.53
Hex 89 7C 92 6 F 0 2B 113 9 35
Octal 211 174 222 6 17 0 53 423 11 65
Binary 10001001 1111100 10010010 110 1111 0 101011 100010011 1001 110101

Color Harmonies of #897C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C92

Black with #897C92

Text Example


Text Example

White with #897C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #897C92;
 }
 .AnyTagClassName
 {
   color: #897C92;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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