#866979

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

Shades of Strikemaster #866979

Tints of Strikemaster #866979

Color information

#866979 (or 0x866979) is unknown color: approx Strikemaster. HEX triplet: 86, 69 and 79. RGB value is (134,105,121). Sum of RGB (Red+Green+Blue) = 134+105+121=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #866979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866979 is #799686. Grayscale: #737373. Windows color (decimal): -7968391 or 7956870. OLE color: 7956870.

HSL color Cylindrical-coordinate representation of color #866979: hue angle of 326.9º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #866979 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134105121-
CMYK00.220.100.47
HSL326.9º12.13%46.86%-
HSV(B)326.9º21.64%52.55%-
XYZ18.3316.5520.32-
YUV115.49131.11141.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=37.22%
G=29.17%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410512100.220.100.47326.912.1346.86
Hex866979016A2F147c2f
Octal20615117102612575071457
Binary100001101101001111100101011010101011111010001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866979; }

 p { color: rgb(134,105,121); }

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

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

 a { background-color: rgb(134,105,121); }

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

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

 span { border-color: rgb(134,105,121); }

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