#866C7C

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

Shades of Strikemaster #866C7C

Tints of Strikemaster #866C7C

Color information

#866C7C (or 0x866C7C) is unknown color: approx Strikemaster. HEX triplet: 86, 6C and 7C. RGB value is (134,108,124). Sum of RGB (Red+Green+Blue) = 134+108+124=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #866C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C7C is #799383. Grayscale: #757575. Windows color (decimal): -7967620 or 8154246. OLE color: 8154246.

HSL color Cylindrical-coordinate representation of color #866C7C: hue angle of 323.08º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #866C7C is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB134108124-
CMYK00.190.070.47
HSL323.08º10.74%47.45%-
HSV(B)323.08º19.4%52.55%-
XYZ18.8317.2521.41-
YUV117.6131.61139.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=36.61%
G=29.51%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410812400.190.070.47323.0810.7447.45
Hex866C7C01372F143b2f
Octal2061541740237575031357
Binary10000110110110011111000100111111011111010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866C7C; }

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

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

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

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

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

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

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

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