#89888C

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

Shades of Topaz #89888C

Tints of Topaz #89888C

Color information

#89888C (or 0x89888C) is unknown color: approx Topaz. HEX triplet: 89, 88 and 8C. RGB value is (137,136,140). Sum of RGB (Red+Green+Blue) = 137+136+140=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 140 - color contains mainly: blue. Hex color #89888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89888C is #767773. Grayscale: #888888. Windows color (decimal): -7763828 or 9209993. OLE color: 9209993.

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

Color convert

RGB137136140-
CMYK0.020.0300.45
HSL255º1.71%54.12%-
HSV(B)255º2.86%54.9%-
XYZ23.8524.8228.34-
YUV136.76129.83128.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=33.17%
G=32.93%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371361400.020.0300.452551.7154.12
Hex89888C2302Dff236
Octal21121021423055377266
Binary100010011000100010001100101101011011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89888C; }

 p { color: rgb(137,136,140); }

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

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

 a { background-color: rgb(137,136,140); }

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

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

 span { border-color: rgb(137,136,140); }

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