#8A888C

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

Shades of Topaz #8A888C

Tints of Topaz #8A888C

Color information

#8A888C (or 0x8A888C) is unknown color: approx Topaz. HEX triplet: 8A, 88 and 8C. RGB value is (138,136,140). Sum of RGB (Red+Green+Blue) = 138+136+140=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A888C is #757773. Grayscale: #898989. Windows color (decimal): -7698292 or 9209994. OLE color: 9209994.

HSL color Cylindrical-coordinate representation of color #8A888C: hue angle of 270º 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 #8A888C is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB138136140-
CMYK0.010.0300.45
HSL270º1.71%54.12%-
HSV(B)270º2.86%54.9%-
XYZ24.0224.9128.35-
YUV137.05129.66128.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 140 (55.08% from 255) = 33.82%
R=33.33%
G=32.85%
B=33.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381361400.010.0300.452701.7154.12
Hex8A888C1302D10e236
Octal21221021413055416266
Binary100010101000100010001100111010110110000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A888C; }

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

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

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

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

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

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

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

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