#8B8974

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

Shades of Schist #8B8974

Tints of Schist #8B8974

Color information

#8B8974 (or 0x8B8974) is unknown color: approx Schist. HEX triplet: 8B, 89 and 74. RGB value is (139,137,116). Sum of RGB (Red+Green+Blue) = 139+137+116=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8974 is #74768B. Grayscale: #878787. Windows color (decimal): -7632524 or 7637387. OLE color: 7637387.

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

Color convert

RGB139137116-
CMYK00.010.170.45
HSL54.78º9.02%50%-
HSV(B)54.78º16.55%54.51%-
XYZ22.7524.6420.08-
YUV135.2117.16130.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=35.46%
G=34.95%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913711600.010.170.4554.789.0250
Hex8B897401112D37932
Octal213211164012155671162
Binary1000101110001001111010001100011011011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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