#965778

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

Shades of Strikemaster #965778

Tints of Strikemaster #965778

Color information

#965778 (or 0x965778) is unknown color: approx Strikemaster. HEX triplet: 96, 57 and 78. RGB value is (150,87,120). Sum of RGB (Red+Green+Blue) = 150+87+120=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #965778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965778 is #69A887. Grayscale: #6D6D6D. Windows color (decimal): -6924424 or 7886742. OLE color: 7886742.

HSL color Cylindrical-coordinate representation of color #965778: hue angle of 328.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965778 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15087120-
CMYK00.420.200.41
HSL328.57º26.58%46.47%-
HSV(B)328.57º42%58.82%-
XYZ19.3814.6619.58-
YUV109.6133.87156.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=42.02%
G=24.37%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508712000.420.200.41328.5726.5846.47
Hex96577802A14291491b2e
Octal22612717005224515113356
Binary100101101010111111100001010101010010100110100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965778; }

 p { color: rgb(150,87,120); }

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

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

 a { background-color: rgb(150,87,120); }

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

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

 span { border-color: rgb(150,87,120); }

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