#86677C

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

Shades of Strikemaster #86677C

Tints of Strikemaster #86677C

Color information

#86677C (or 0x86677C) is unknown color: approx Strikemaster. HEX triplet: 86, 67 and 7C. RGB value is (134,103,124). Sum of RGB (Red+Green+Blue) = 134+103+124=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #86677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86677C is #799883. Grayscale: #727272. Windows color (decimal): -7968900 or 8152966. OLE color: 8152966.

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

Color convert

RGB134103124-
CMYK00.230.070.47
HSL319.35º13.08%46.47%-
HSV(B)319.35º23.13%52.55%-
XYZ18.3216.2221.23-
YUV114.66133.27141.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=37.12%
G=28.53%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410312400.230.070.47319.3513.0846.47
Hex86677C01772F13fd2e
Octal2061471740277574771556
Binary10000110110011111111000101111111011111001111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86677C; }

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

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

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

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

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

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

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

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