#8C8991

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

Shades of Topaz #8C8991

Tints of Topaz #8C8991

Color information

#8C8991 (or 0x8C8991) is unknown color: approx Topaz. HEX triplet: 8C, 89 and 91. RGB value is (140,137,145). Sum of RGB (Red+Green+Blue) = 140+137+145=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C8991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8991 is #73766E. Grayscale: #8A8A8A. Windows color (decimal): -7566959 or 9537932. OLE color: 9537932.

HSL color Cylindrical-coordinate representation of color #8C8991: hue angle of 262.5º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8991 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB140137145-
CMYK0.030.0600.43
HSL262.5º3.51%55.29%-
HSV(B)262.5º5.52%56.86%-
XYZ24.8725.5130.4-
YUV138.81131.49128.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=33.18%
G=32.46%
B=34.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401371450.030.0600.43262.53.5155.29
Hex8C89913602B107437
Octal21421122136053407467
Binary100011001000100110010001111100101011100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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