#866977

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

Shades of Strikemaster #866977

Tints of Strikemaster #866977

Color information

#866977 (or 0x866977) is unknown color: approx Strikemaster. HEX triplet: 86, 69 and 77. RGB value is (134,105,119). Sum of RGB (Red+Green+Blue) = 134+105+119=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #866977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866977 is #799688. Grayscale: #737373. Windows color (decimal): -7968393 or 7825798. OLE color: 7825798.

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

Color convert

RGB134105119-
CMYK00.220.110.47
HSL331.03º12.13%46.86%-
HSV(B)331.03º21.64%52.55%-
XYZ18.2116.519.68-
YUV115.27130.11141.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=37.43%
G=29.33%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410511900.220.110.47331.0312.1346.86
Hex866977016B2F14bc2f
Octal20615116702613575131457
Binary100001101101001111011101011010111011111010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866977; }

 p { color: rgb(134,105,119); }

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

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

 a { background-color: rgb(134,105,119); }

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

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

 span { border-color: rgb(134,105,119); }

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