#8D8D79

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

Shades of Schist #8D8D79

Tints of Schist #8D8D79

Color information

#8D8D79 (or 0x8D8D79) is unknown color: approx Schist. HEX triplet: 8D, 8D and 79. RGB value is (141,141,121). Sum of RGB (Red+Green+Blue) = 141+141+121=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 141 - color contains mainly: red, green. Hex color #8D8D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8D79 is #727286. Grayscale: #8A8A8A. Windows color (decimal): -7500423 or 7966093. OLE color: 7966093.

HSL color Cylindrical-coordinate representation of color #8D8D79: 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.14%. Process color model (Four color, CMYK) of #8D8D79 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB141141121-
CMYK000.140.45
HSL60º8.06%51.37%-
HSV(B)60º14.18%55.29%-
XYZ23.9626.0921.86-
YUV138.72118129.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=34.99%
G=34.99%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141141121000.140.45608.0651.37
Hex8D8D7900E2D3c833
Octal215215171001655741063
Binary100011011000110111110010011101011011111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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