#89888A

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

Shades of Topaz #89888A

Tints of Topaz #89888A

Color information

#89888A (or 0x89888A) is unknown color: approx Topaz. HEX triplet: 89, 88 and 8A. RGB value is (137,136,138). Sum of RGB (Red+Green+Blue) = 137+136+138=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 138 - color contains mainly: blue. Hex color #89888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89888A is #767775. Grayscale: #888888. Windows color (decimal): -7763830 or 9078921. OLE color: 9078921.

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

Color convert

RGB137136138-
CMYK0.010.0100.46
HSL270º0.85%53.73%-
HSV(B)270º1.45%54.12%-
XYZ23.7124.7627.57-
YUV136.53128.83128.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=33.33%
G=33.09%
B=33.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371361380.010.0100.462700.8553.73
Hex89888A1102E10e136
Octal21121021211056416166
Binary1000100110001000100010101101011101000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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