#8A897A

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

Shades of Schist #8A897A

Tints of Schist #8A897A

Color information

#8A897A (or 0x8A897A) is unknown color: approx Schist. HEX triplet: 8A, 89 and 7A. RGB value is (138,137,122). Sum of RGB (Red+Green+Blue) = 138+137+122=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 138 - color contains mainly: red. Hex color #8A897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A897A is #757685. Grayscale: #878787. Windows color (decimal): -7698054 or 8030602. OLE color: 8030602.

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

Color convert

RGB138137122-
CMYK00.010.120.46
HSL56.25º6.4%50.98%-
HSV(B)56.25º11.59%54.12%-
XYZ22.9424.721.97-
YUV135.59120.33129.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=34.76%
G=34.51%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813712200.010.120.4656.256.450.98
Hex8A897A01C2E38633
Octal21221117201145670663
Binary10001010100010011111010011100101110111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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