#965E77

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

Shades of Strikemaster #965E77

Tints of Strikemaster #965E77

Color information

#965E77 (or 0x965E77) is unknown color: approx Strikemaster. HEX triplet: 96, 5E and 77. RGB value is (150,94,119). Sum of RGB (Red+Green+Blue) = 150+94+119=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #965E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E77 is #69A188. Grayscale: #717171. Windows color (decimal): -6922633 or 7822998. OLE color: 7822998.

HSL color Cylindrical-coordinate representation of color #965E77: hue angle of 333.21º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965E77 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15094119-
CMYK00.370.210.41
HSL333.21º22.95%47.84%-
HSV(B)333.21º37.33%58.82%-
XYZ19.9115.8219.46-
YUV113.59131.05153.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=41.32%
G=25.90%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509411900.370.210.41333.2122.9547.84
Hex965E77025152914d1730
Octal22613616704525515152760
Binary100101101011110111011101001011010110100110100110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E77; }

 p { color: rgb(150,94,119); }

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

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

 a { background-color: rgb(150,94,119); }

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

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

 span { border-color: rgb(150,94,119); }

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