#86727C

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

Shades of Strikemaster #86727C

Tints of Strikemaster #86727C

Color information

#86727C (or 0x86727C) is unknown color: approx Strikemaster. HEX triplet: 86, 72 and 7C. RGB value is (134,114,124). Sum of RGB (Red+Green+Blue) = 134+114+124=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86727C is #798D83. Grayscale: #797979. Windows color (decimal): -7966084 or 8155782. OLE color: 8155782.

HSL color Cylindrical-coordinate representation of color #86727C: hue angle of 330º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86727C is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB134114124-
CMYK00.150.070.47
HSL330º8.06%48.63%-
HSV(B)330º14.93%52.55%-
XYZ19.4918.5621.62-
YUV121.12129.63137.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=36.02%
G=30.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411412400.150.070.473308.0648.63
Hex86727C0F72F14a831
Octal2061621740177575121061
Binary1000011011100101111100011111111011111010010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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