#8C8A90

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

Shades of Topaz #8C8A90

Tints of Topaz #8C8A90

Color information

#8C8A90 (or 0x8C8A90) is unknown color: approx Topaz. HEX triplet: 8C, 8A and 90. RGB value is (140,138,144). Sum of RGB (Red+Green+Blue) = 140+138+144=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C8A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A90 is #73756F. Grayscale: #8B8B8B. Windows color (decimal): -7566704 or 9472652. OLE color: 9472652.

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

Color convert

RGB140138144-
CMYK0.030.0400.44
HSL260º2.63%55.29%-
HSV(B)260º4.17%56.47%-
XYZ24.9425.7730.04-
YUV139.28130.66128.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=33.18%
G=32.70%
B=34.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401381440.030.0400.442602.6355.29
Hex8C8A903402C104337
Octal21421222034054404367
Binary10001100100010101001000011100010110010000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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