#8D8B76

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

Shades of Schist #8D8B76

Tints of Schist #8D8B76

Color information

#8D8B76 (or 0x8D8B76) is unknown color: approx Schist. HEX triplet: 8D, 8B and 76. RGB value is (141,139,118). Sum of RGB (Red+Green+Blue) = 141+139+118=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8B76 is #727489. Grayscale: #898989. Windows color (decimal): -7500938 or 7768973. OLE color: 7768973.

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

Color convert

RGB141139118-
CMYK00.010.160.45
HSL54.78º9.16%50.78%-
HSV(B)54.78º16.31%55.29%-
XYZ23.4925.4420.81-
YUV137.2117.16130.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=35.43%
G=34.92%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113911800.010.160.4554.789.1650.78
Hex8D8B7601102D37933
Octal215213166012055671163
Binary1000110110001011111011001100001011011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,139,118); }

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

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

 a { background-color: rgb(141,139,118); }

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

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

 span { border-color: rgb(141,139,118); }

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