#866678

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

Shades of Strikemaster #866678

Tints of Strikemaster #866678

Color information

#866678 (or 0x866678) is unknown color: approx Strikemaster. HEX triplet: 86, 66 and 78. RGB value is (134,102,120). Sum of RGB (Red+Green+Blue) = 134+102+120=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #866678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866678 is #799987. Grayscale: #717171. Windows color (decimal): -7969160 or 7890566. OLE color: 7890566.

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

Color convert

RGB134102120-
CMYK00.240.100.47
HSL326.25º13.56%46.27%-
HSV(B)326.25º23.88%52.55%-
XYZ17.9715.9319.9-
YUV113.62131.6142.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=37.64%
G=28.65%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410212000.240.100.47326.2513.5646.27
Hex866678018A2F146e2e
Octal20614617003012575061656
Binary100001101100110111100001100010101011111010001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866678; }

 p { color: rgb(134,102,120); }

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

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

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

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

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

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

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