#8A8876

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

Shades of Schist #8A8876

Tints of Schist #8A8876

Color information

#8A8876 (or 0x8A8876) is unknown color: approx Schist. HEX triplet: 8A, 88 and 76. RGB value is (138,136,118). Sum of RGB (Red+Green+Blue) = 138+136+118=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8876 is #757789. Grayscale: #868686. Windows color (decimal): -7698314 or 7768202. OLE color: 7768202.

HSL color Cylindrical-coordinate representation of color #8A8876: hue angle of 54º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A8876 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB138136118-
CMYK00.010.140.46
HSL54º7.87%50.2%-
HSV(B)54º14.49%54.12%-
XYZ22.5624.3220.64-
YUV134.55118.66130.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=35.20%
G=34.69%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813611800.010.140.46547.8750.2
Hex8A887601E2E36832
Octal212210166011656661062
Binary100010101000100011101100111101011101101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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