#8D8D78

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

Shades of Schist #8D8D78

Tints of Schist #8D8D78

Color information

#8D8D78 (or 0x8D8D78) is unknown color: approx Schist. HEX triplet: 8D, 8D and 78. RGB value is (141,141,120). Sum of RGB (Red+Green+Blue) = 141+141+120=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 141 - color contains mainly: red, green. Hex color #8D8D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8D78 is #727287. Grayscale: #8A8A8A. Windows color (decimal): -7500424 or 7900557. OLE color: 7900557.

HSL color Cylindrical-coordinate representation of color #8D8D78: hue angle of 60º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D8D78 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB141141120-
CMYK000.150.45
HSL60º8.43%51.18%-
HSV(B)60º14.89%55.29%-
XYZ23.926.0721.54-
YUV138.61117.5129.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=35.07%
G=35.07%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141141120000.150.45608.4351.18
Hex8D8D7800F2D3c833
Octal215215170001755741063
Binary100011011000110111110000011111011011111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,141,120); }

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

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

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

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

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

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

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