#8B8B78

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

Shades of Schist #8B8B78

Tints of Schist #8B8B78

Color information

#8B8B78 (or 0x8B8B78) is unknown color: approx Schist. HEX triplet: 8B, 8B and 78. RGB value is (139,139,120). Sum of RGB (Red+Green+Blue) = 139+139+120=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8B78 is #747487. Grayscale: #888888. Windows color (decimal): -7632008 or 7900043. OLE color: 7900043.

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

Color convert

RGB139139120-
CMYK000.140.45
HSL60º7.57%50.78%-
HSV(B)60º13.67%54.51%-
XYZ23.2725.3121.43-
YUV136.83118.5129.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=34.92%
G=34.92%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139139120000.140.45607.5750.78
Hex8B8B7800E2D3c833
Octal213213170001655741063
Binary100010111000101111110000011101011011111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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