#8C8A77

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

Shades of Schist #8C8A77

Tints of Schist #8C8A77

Color information

#8C8A77 (or 0x8C8A77) is unknown color: approx Schist. HEX triplet: 8C, 8A and 77. RGB value is (140,138,119). Sum of RGB (Red+Green+Blue) = 140+138+119=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8A77 is #737588. Grayscale: #888888. Windows color (decimal): -7566729 or 7834252. OLE color: 7834252.

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

Color convert

RGB140138119-
CMYK00.010.150.45
HSL54.29º8.37%50.78%-
HSV(B)54.29º15%54.9%-
XYZ23.2325.0821.07-
YUV136.43118.16130.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=35.26%
G=34.76%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013811900.010.150.4554.298.3750.78
Hex8C8A7701F2D36833
Octal214212167011755661063
Binary100011001000101011101110111111011011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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