#8A878F

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

Shades of Topaz #8A878F

Tints of Topaz #8A878F

Color information

#8A878F (or 0x8A878F) is unknown color: approx Topaz. HEX triplet: 8A, 87 and 8F. RGB value is (138,135,143). Sum of RGB (Red+Green+Blue) = 138+135+143=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A878F is #757870. Grayscale: #888888. Windows color (decimal): -7698545 or 9406346. OLE color: 9406346.

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

Color convert

RGB138135143-
CMYK0.030.0600.44
HSL262.5º3.45%54.51%-
HSV(B)262.5º5.59%56.08%-
XYZ24.124.7129.49-
YUV136.81131.49128.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=33.17%
G=32.45%
B=34.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381351430.030.0600.44262.53.4554.51
Hex8A878F3602C107337
Octal21220721736054407367
Binary10001010100001111000111111110010110010000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,135,143); }

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

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

 a { background-color: rgb(138,135,143); }

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

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

 span { border-color: rgb(138,135,143); }

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