#8A8878

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

Shades of Schist #8A8878

Tints of Schist #8A8878

Color information

#8A8878 (or 0x8A8878) is unknown color: approx Schist. HEX triplet: 8A, 88 and 78. RGB value is (138,136,120). Sum of RGB (Red+Green+Blue) = 138+136+120=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8878 is #757787. Grayscale: #868686. Windows color (decimal): -7698312 or 7899274. OLE color: 7899274.

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

Color convert

RGB138136120-
CMYK00.010.130.46
HSL53.33º7.14%50.59%-
HSV(B)53.33º13.04%54.12%-
XYZ22.6824.3721.28-
YUV134.77119.66130.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 120 (47.27% from 255) = 30.46%
R=35.03%
G=34.52%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813612000.010.130.4653.337.1450.59
Hex8A887801D2E35733
Octal21221017001155665763
Binary10001010100010001111000011101101110110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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