Html Css Color HEX #897B92 Topaz

📋 copy color: '#897B92'

red 137 ◦ green 123 ◦ blue 146

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

Shades of Topaz #897B92

Tints of Topaz #897B92

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

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

R = 33.74%
G = 30.3%
B = 35.96%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#897B92 (or 0x897B92) is known color: Topaz. HEX triplet: 89, 7B and 92. RGB value is (137,123,146). Sum of RGB (Red+Green+Blue) = 137+123+146=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #897B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B92 is #76846D. Grayscale: #818181. Windows color (decimal): -7767150 or 9599881. OLE color: 9599881.

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

Color convert

RGB 137 123 146 -
CMYK 0.06 0.16 0 0.43
HSL 276.52º 0.1% 0.53% -
HSV(B) 276.52º 0.16% 0.57% -
XYZ 22.59 21.56 30.17 -
YUV 129.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 137 123 146 0.06 0.16 0 0.43 276.52 0.1 0.53
Hex 89 7B 92 6 10 0 2B 115 A 35
Octal 211 173 222 6 20 0 53 425 12 65
Binary 10001001 1111011 10010010 110 10000 0 101011 100010101 1010 110101

Color Harmonies of #897B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B92

Black with #897B92

Text Example


Text Example

White with #897B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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