#8C8972

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

Shades of Schist #8C8972

Tints of Schist #8C8972

Color information

#8C8972 (or 0x8C8972) is unknown color: approx Schist. HEX triplet: 8C, 89 and 72. RGB value is (140,137,114). Sum of RGB (Red+Green+Blue) = 140+137+114=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8972 is #73768D. Grayscale: #878787. Windows color (decimal): -7566990 or 7506316. OLE color: 7506316.

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

Color convert

RGB140137114-
CMYK00.020.190.45
HSL53.08º10.24%49.8%-
HSV(B)53.08º18.57%54.9%-
XYZ22.824.6819.48-
YUV135.28115.99131.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=35.81%
G=35.04%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013711400.020.190.4553.0810.2449.8
Hex8C897202132D35a32
Octal214211162022355651262
Binary10001100100010011110010010100111011011101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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