#866B7A

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

Shades of Strikemaster #866B7A

Tints of Strikemaster #866B7A

Color information

#866B7A (or 0x866B7A) is unknown color: approx Strikemaster. HEX triplet: 86, 6B and 7A. RGB value is (134,107,122). Sum of RGB (Red+Green+Blue) = 134+107+122=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #866B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B7A is #799485. Grayscale: #747474. Windows color (decimal): -7967878 or 8022918. OLE color: 8022918.

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

Color convert

RGB134107122-
CMYK00.200.090.47
HSL326.67º11.2%47.25%-
HSV(B)326.67º20.15%52.55%-
XYZ18.616.9920.71-
YUV116.78130.95140.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=36.91%
G=29.48%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410712200.200.090.47326.6711.247.25
Hex866B7A01492F147b2f
Octal20615317202411575071357
Binary100001101101011111101001010010011011111010001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,107,122); }

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

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

 a { background-color: rgb(134,107,122); }

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

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

 span { border-color: rgb(134,107,122); }

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