#8c8b77

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

Shades of Schist #8C8B77

Tints of Schist #8C8B77

Color information

#8C8B77 (or 0x8C8B77) is unknown color: approx Schist. HEX triplet: 8C, 8B and 77. RGB value is (140,139,119). Sum of RGB (Red+Green+Blue) = 140+139+119=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8B77 is #737488. Grayscale: #898989. Windows color (decimal): -7566473 or 7834508. OLE color: 7834508.

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

Color convert

RGB140139119-
CMYK00.010.150.45
HSL57.14º8.37%50.78%-
HSV(B)57.14º15%54.9%-
XYZ23.3825.3721.12-
YUV137.02117.83130.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=35.18%
G=34.92%
B=29.90%

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
Decimal14013911900.010.150.4557.148.3750.78
Hex8C8B7701F2D39833
Octal214213167011755711063
Binary100011001000101111101110111111011011110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c8b77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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