#866978

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

Shades of Strikemaster #866978

Tints of Strikemaster #866978

Color information

#866978 (or 0x866978) is unknown color: approx Strikemaster. HEX triplet: 86, 69 and 78. RGB value is (134,105,120). Sum of RGB (Red+Green+Blue) = 134+105+120=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #866978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866978 is #799687. Grayscale: #737373. Windows color (decimal): -7968392 or 7891334. OLE color: 7891334.

HSL color Cylindrical-coordinate representation of color #866978: hue angle of 328.97º 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 #866978 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134105120-
CMYK00.220.100.47
HSL328.97º12.13%46.86%-
HSV(B)328.97º21.64%52.55%-
XYZ18.2716.5320-
YUV115.38130.61141.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=37.33%
G=29.25%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410512000.220.100.47328.9712.1346.86
Hex866978016A2F149c2f
Octal20615117002612575111457
Binary100001101101001111100001011010101011111010010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866978; }

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

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

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

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

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

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

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

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