Html Css Color HEX #897896 Topaz

📋 copy color: '#897896'

red 137 ◦ green 120 ◦ blue 150

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

Shades of Topaz #897896

Tints of Topaz #897896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.48%

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 33.66%
G = 29.48%
B = 36.86%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#897896 (or 0x897896) is known color: Topaz. HEX triplet: 89, 78 and 96. RGB value is (137,120,150). Sum of RGB (Red+Green+Blue) = 137+120+150=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #897896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897896 is #768769. Grayscale: #808080. Windows color (decimal): -7767914 or 9861257. OLE color: 9861257.

HSL color Cylindrical-coordinate representation of color #897896: hue angle of 274º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #897896 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 120 150 -
CMYK 0.09 0.20 0 0.41
HSL 274º 0.13% 0.53% -
HSV(B) 274º 0.2% 0.59% -
XYZ 22.54 20.95 31.71 -
YUV 128.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 137 120 150 0.09 0.20 0 0.41 274 0.13 0.53
Hex 89 78 96 9 14 0 29 112 C 35
Octal 211 170 226 11 24 0 51 422 14 65
Binary 10001001 1111000 10010110 1001 10100 0 101001 100010010 1100 110101

Color Harmonies of #897896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897896

Black with #897896

Text Example


Text Example

White with #897896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897896; }

 p { color: rgb(137,120,150); }

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

background-color css

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

 a { background-color: rgb(137,120,150); }

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

border-color css

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

 span { border-color: rgb(137,120,150); }

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