#8B8978

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

Shades of Schist #8B8978

Tints of Schist #8B8978

Color information

#8B8978 (or 0x8B8978) is unknown color: approx Schist. HEX triplet: 8B, 89 and 78. RGB value is (139,137,120). Sum of RGB (Red+Green+Blue) = 139+137+120=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8978 is #747687. Grayscale: #878787. Windows color (decimal): -7632520 or 7899531. OLE color: 7899531.

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

Color convert

RGB139137120-
CMYK00.010.140.45
HSL53.68º7.57%50.78%-
HSV(B)53.68º13.67%54.51%-
XYZ22.9824.7421.33-
YUV135.66119.16130.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=35.10%
G=34.60%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913712000.010.140.4553.687.5750.78
Hex8B897801E2D36833
Octal213211170011655661063
Binary100010111000100111110000111101011011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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