#86767F

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

Shades of Strikemaster #86767F

Tints of Strikemaster #86767F

Color information

#86767F (or 0x86767F) is unknown color: approx Strikemaster. HEX triplet: 86, 76 and 7F. RGB value is (134,118,127). Sum of RGB (Red+Green+Blue) = 134+118+127=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #86767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86767F is #798980. Grayscale: #7B7B7B. Windows color (decimal): -7965057 or 8353414. OLE color: 8353414.

HSL color Cylindrical-coordinate representation of color #86767F: hue angle of 326.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86767F is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134118127-
CMYK00.120.050.47
HSL326.25º6.35%49.41%-
HSV(B)326.25º11.94%52.55%-
XYZ20.1419.5622.79-
YUV123.81129.8135.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 127 (50% from 255) = 33.51%
R=35.36%
G=31.13%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411812700.120.050.47326.256.3549.41
Hex86767F0C52F146631
Octal206166177014557506661
Binary100001101110110111111101100101101111101000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86767F; }

 p { color: rgb(134,118,127); }

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

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

 a { background-color: rgb(134,118,127); }

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

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

 span { border-color: rgb(134,118,127); }

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