#8B888F

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

Shades of Topaz #8B888F

Tints of Topaz #8B888F

Color information

#8B888F (or 0x8B888F) is unknown color: approx Topaz. HEX triplet: 8B, 88 and 8F. RGB value is (139,136,143). Sum of RGB (Red+Green+Blue) = 139+136+143=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B888F is #747770. Grayscale: #898989. Windows color (decimal): -7632753 or 9406603. OLE color: 9406603.

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

Color convert

RGB139136143-
CMYK0.030.0500.44
HSL265.71º3.03%54.71%-
HSV(B)265.71º4.9%56.08%-
XYZ24.4125.0829.54-
YUV137.7130.99128.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=33.25%
G=32.54%
B=34.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391361430.030.0500.44265.713.0354.71
Hex8B888F3502C10a337
Octal21321021735054412367
Binary10001011100010001000111111101010110010000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,143); }

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

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

 a { background-color: rgb(139,136,143); }

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

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

 span { border-color: rgb(139,136,143); }

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