#8A8976

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

Shades of Schist #8A8976

Tints of Schist #8A8976

Color information

#8A8976 (or 0x8A8976) is unknown color: approx Schist. HEX triplet: 8A, 89 and 76. RGB value is (138,137,118). Sum of RGB (Red+Green+Blue) = 138+137+118=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8976 is #757689. Grayscale: #878787. Windows color (decimal): -7698058 or 7768458. OLE color: 7768458.

HSL color Cylindrical-coordinate representation of color #8A8976: hue angle of 57º 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 #8A8976 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB138137118-
CMYK00.010.140.46
HSL57º7.87%50.2%-
HSV(B)57º14.49%54.12%-
XYZ22.724.620.69-
YUV135.13118.33130.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=35.11%
G=34.86%
B=30.03%

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
Decimal13813711800.010.140.46577.8750.2
Hex8A897601E2E39832
Octal212211166011656711062
Binary100010101000100111101100111101011101110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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