#8B8B76

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

Shades of Schist #8B8B76

Tints of Schist #8B8B76

Color information

#8B8B76 (or 0x8B8B76) is unknown color: approx Schist. HEX triplet: 8B, 8B and 76. RGB value is (139,139,118). Sum of RGB (Red+Green+Blue) = 139+139+118=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8B76 is #747489. Grayscale: #888888. Windows color (decimal): -7632010 or 7768971. OLE color: 7768971.

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

Color convert

RGB139139118-
CMYK000.150.45
HSL60º8.3%50.39%-
HSV(B)60º15.11%54.51%-
XYZ23.1525.2620.8-
YUV136.61117.5129.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=35.10%
G=35.10%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139139118000.150.45608.350.39
Hex8B8B7600F2D3c832
Octal213213166001755741062
Binary100010111000101111101100011111011011111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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