Html Css Color HEX #898690 Topaz

📋 copy color: '#898690'

red 137 ◦ green 134 ◦ blue 144

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

Shades of Topaz #898690

Tints of Topaz #898690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.29%

 BLUE value IS 144 (56.64% from 255) = 34.7%

R = 33.01%
G = 32.29%
B = 34.7%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#898690 (or 0x898690) is known color: Topaz. HEX triplet: 89, 86 and 90. RGB value is (137,134,144). Sum of RGB (Red+Green+Blue) = 137+134+144=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 144 - color contains mainly: blue. Hex color #898690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898690 is #76796F. Grayscale: #888888. Windows color (decimal): -7764336 or 9471625. OLE color: 9471625.

HSL color Cylindrical-coordinate representation of color #898690: hue angle of 258º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898690 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 134 144 -
CMYK 0.05 0.07 0 0.44
HSL 258º 0.04% 0.55% -
HSV(B) 258º 0.07% 0.56% -
XYZ 23.88 24.38 29.83 -
YUV 136.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 137 134 144 0.05 0.07 0 0.44 258 0.04 0.55
Hex 89 86 90 5 7 0 2C 102 4 37
Octal 211 206 220 5 7 0 54 402 4 67
Binary 10001001 10000110 10010000 101 111 0 101100 100000010 100 110111

Color Harmonies of #898690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898690

Black with #898690

Text Example


Text Example

White with #898690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898690; }

 p { color: rgb(137,134,144); }

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

background-color css

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

 a { background-color: rgb(137,134,144); }

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

border-color css

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

 span { border-color: rgb(137,134,144); }

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