#866776

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

Shades of Strikemaster #866776

Tints of Strikemaster #866776

Color information

#866776 (or 0x866776) is unknown color: approx Strikemaster. HEX triplet: 86, 67 and 76. RGB value is (134,103,118). Sum of RGB (Red+Green+Blue) = 134+103+118=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #866776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866776 is #799889. Grayscale: #717171. Windows color (decimal): -7968906 or 7759750. OLE color: 7759750.

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

Color convert

RGB134103118-
CMYK00.230.120.47
HSL330.97º13.08%46.47%-
HSV(B)330.97º23.13%52.55%-
XYZ17.9516.0819.3-
YUV113.98130.27142.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=37.75%
G=29.01%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410311800.230.120.47330.9713.0846.47
Hex866776017C2F14bd2e
Octal20614716602714575131556
Binary100001101100111111011001011111001011111010010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866776; }

 p { color: rgb(134,103,118); }

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

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

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

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

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

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

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