#866F7C

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

Shades of Strikemaster #866F7C

Tints of Strikemaster #866F7C

Color information

#866F7C (or 0x866F7C) is unknown color: approx Strikemaster. HEX triplet: 86, 6F and 7C. RGB value is (134,111,124). Sum of RGB (Red+Green+Blue) = 134+111+124=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 134 - color contains mainly: red. Hex color #866F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F7C is #799083. Grayscale: #777777. Windows color (decimal): -7966852 or 8155014. OLE color: 8155014.

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

Color convert

RGB134111124-
CMYK00.170.070.47
HSL326.09º9.39%48.04%-
HSV(B)326.09º17.16%52.55%-
XYZ19.1517.8921.51-
YUV119.36130.62138.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=36.31%
G=30.08%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411112400.170.070.47326.099.3948.04
Hex866F7C01172F146930
Octal2061571740217575061160
Binary10000110110111111111000100011111011111010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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