#866778

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

Shades of Strikemaster #866778

Tints of Strikemaster #866778

Color information

#866778 (or 0x866778) is unknown color: approx Strikemaster. HEX triplet: 86, 67 and 78. RGB value is (134,103,120). Sum of RGB (Red+Green+Blue) = 134+103+120=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #866778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866778 is #799887. Grayscale: #727272. Windows color (decimal): -7968904 or 7890822. OLE color: 7890822.

HSL color Cylindrical-coordinate representation of color #866778: hue angle of 327.1º 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 #866778 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134103120-
CMYK00.230.100.47
HSL327.1º13.08%46.47%-
HSV(B)327.1º23.13%52.55%-
XYZ18.0716.1219.93-
YUV114.21131.27142.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=37.54%
G=28.85%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410312000.230.100.47327.113.0846.47
Hex866778017A2F147d2e
Octal20614717002712575071556
Binary100001101100111111100001011110101011111010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866778; }

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

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

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

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

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

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

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

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