#8C8974

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

Shades of Schist #8C8974

Tints of Schist #8C8974

Color information

#8C8974 (or 0x8C8974) is unknown color: approx Schist. HEX triplet: 8C, 89 and 74. RGB value is (140,137,116). Sum of RGB (Red+Green+Blue) = 140+137+116=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8974 is #73768B. Grayscale: #878787. Windows color (decimal): -7566988 or 7637388. OLE color: 7637388.

HSL color Cylindrical-coordinate representation of color #8C8974: hue angle of 52.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C8974 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB140137116-
CMYK00.020.170.45
HSL52.5º9.45%50.2%-
HSV(B)52.5º17.14%54.9%-
XYZ22.9124.7320.09-
YUV135.5116.99131.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=35.62%
G=34.86%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013711600.020.170.4552.59.4550.2
Hex8C897402112D35932
Octal214211164022155651162
Binary10001100100010011110100010100011011011101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,137,116); }

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

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

 a { background-color: rgb(140,137,116); }

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

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

 span { border-color: rgb(140,137,116); }

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