#966787

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

Shades of Strikemaster #966787

Tints of Strikemaster #966787

Color information

#966787 (or 0x966787) is unknown color: approx Strikemaster. HEX triplet: 96, 67 and 87. RGB value is (150,103,135). Sum of RGB (Red+Green+Blue) = 150+103+135=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #966787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966787 is #699878. Grayscale: #787878. Windows color (decimal): -6920313 or 8873878. OLE color: 8873878.

HSL color Cylindrical-coordinate representation of color #966787: hue angle of 319.15º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966787 is Cyan = 0, Magento = 0.31, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB150103135-
CMYK00.310.10.41
HSL319.15º18.58%49.61%-
HSV(B)319.15º31.33%58.82%-
XYZ21.817.9325.23-
YUV120.7136.07148.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=38.66%
G=26.55%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010313500.310.10.41319.1518.5849.61
Hex96678701FA2913f1332
Octal22614720703712514772362
Binary10010110110011110000111011111101010100110011111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966787; }

 p { color: rgb(150,103,135); }

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

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

 a { background-color: rgb(150,103,135); }

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

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

 span { border-color: rgb(150,103,135); }

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