Html Css Color HEX #897795 Topaz

📋 copy color: '#897795'

red 137 ◦ green 119 ◦ blue 149

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

Shades of Topaz #897795

Tints of Topaz #897795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 33.83%
G = 29.38%
B = 36.79%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#897795 (or 0x897795) is known color: Topaz. HEX triplet: 89, 77 and 95. RGB value is (137,119,149). Sum of RGB (Red+Green+Blue) = 137+119+149=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 149 - color contains mainly: blue. Hex color #897795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897795 is #76886A. Grayscale: #7F7F7F. Windows color (decimal): -7768171 or 9795465. OLE color: 9795465.

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

Color convert

RGB 137 119 149 -
CMYK 0.08 0.20 0 0.42
HSL 276º 0.12% 0.53% -
HSV(B) 276º 0.2% 0.58% -
XYZ 22.34 20.68 31.25 -
YUV 127.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 137 119 149 0.08 0.20 0 0.42 276 0.12 0.53
Hex 89 77 95 8 14 0 2A 114 C 35
Octal 211 167 225 10 24 0 52 424 14 65
Binary 10001001 1110111 10010101 1000 10100 0 101010 100010100 1100 110101

Color Harmonies of #897795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897795

Black with #897795

Text Example


Text Example

White with #897795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897795; }

 p { color: rgb(137,119,149); }

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

background-color css

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

 a { background-color: rgb(137,119,149); }

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

border-color css

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

 span { border-color: rgb(137,119,149); }

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