#8B8976

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

Shades of Schist #8B8976

Tints of Schist #8B8976

Color information

#8B8976 (or 0x8B8976) is unknown color: approx Schist. HEX triplet: 8B, 89 and 76. RGB value is (139,137,118). Sum of RGB (Red+Green+Blue) = 139+137+118=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8976 is #747689. Grayscale: #878787. Windows color (decimal): -7632522 or 7768459. OLE color: 7768459.

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

Color convert

RGB139137118-
CMYK00.010.150.45
HSL54.29º8.3%50.39%-
HSV(B)54.29º15.11%54.51%-
XYZ22.8624.6920.7-
YUV135.43118.16130.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.28%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=35.28%
G=34.77%
B=29.95%

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
Decimal13913711800.010.150.4554.298.350.39
Hex8B897601F2D36832
Octal213211166011755661062
Binary100010111000100111101100111111011011101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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