#89868B

Color #89868B Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #89868B

Tints of Topaz #89868B

Color information

#89868B (or 0x89868B) is unknown color: approx Topaz. HEX triplet: 89, 86 and 8B. RGB value is (137,134,139). Sum of RGB (Red+Green+Blue) = 137+134+139=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: blue. Hex color #89868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89868B is #767974. Grayscale: #878787. Windows color (decimal): -7764341 or 9143945. OLE color: 9143945.

HSL color Cylindrical-coordinate representation of color #89868B: hue angle of 276º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #89868B is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB137134139-
CMYK0.010.0400.45
HSL276º2.11%53.53%-
HSV(B)276º3.6%54.51%-
XYZ23.524.2327.86-
YUV135.47129.99129.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=33.41%
G=32.68%
B=33.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371341390.010.0400.452762.1153.53
Hex89868B1402D114236
Octal21120621314055424266
Binary1000100110000110100010111100010110110001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89868B; }

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

 H1.HeaderClassName
 {
   color: #89868B;
 }
 .AnyTagClassName
 {
   color: #89868B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #89868B;
 }
 .BgClassName
 {
   background-color: #89868B;
 }
</style>
border-color css

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

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

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