#8C8A79

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

Shades of Schist #8C8A79

Tints of Schist #8C8A79

Color information

#8C8A79 (or 0x8C8A79) is unknown color: approx Schist. HEX triplet: 8C, 8A and 79. RGB value is (140,138,121). Sum of RGB (Red+Green+Blue) = 140+138+121=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8A79 is #737586. Grayscale: #888888. Windows color (decimal): -7566727 or 7965324. OLE color: 7965324.

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

Color convert

RGB140138121-
CMYK00.010.140.45
HSL53.68º7.63%51.18%-
HSV(B)53.68º13.57%54.9%-
XYZ23.3525.1321.71-
YUV136.66119.16130.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=35.09%
G=34.59%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013812100.010.140.4553.687.6351.18
Hex8C8A7901E2D36833
Octal214212171011655661063
Binary100011001000101011110010111101011011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,138,121); }

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

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

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

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

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

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

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