#975578

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

Shades of Strikemaster #975578

Tints of Strikemaster #975578

Color information

#975578 (or 0x975578) is unknown color: approx Strikemaster. HEX triplet: 97, 55 and 78. RGB value is (151,85,120). Sum of RGB (Red+Green+Blue) = 151+85+120=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #975578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975578 is #68AA87. Grayscale: #6C6C6C. Windows color (decimal): -6859400 or 7886231. OLE color: 7886231.

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

Color convert

RGB15185120-
CMYK00.440.210.41
HSL328.18º27.97%46.27%-
HSV(B)328.18º43.71%59.22%-
XYZ19.414.4319.53-
YUV108.72134.37158.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.42%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=42.42%
G=23.88%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518512000.440.210.41328.1827.9746.27
Hex97557802C15291481c2e
Octal22712517005425515103456
Binary100101111010101111100001011001010110100110100100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975578; }

 p { color: rgb(151,85,120); }

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

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

 a { background-color: rgb(151,85,120); }

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

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

 span { border-color: rgb(151,85,120); }

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