#975779

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

Shades of Strikemaster #975779

Tints of Strikemaster #975779

Color information

#975779 (or 0x975779) is unknown color: approx Strikemaster. HEX triplet: 97, 57 and 79. RGB value is (151,87,121). Sum of RGB (Red+Green+Blue) = 151+87+121=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #975779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975779 is #68A886. Grayscale: #6D6D6D. Windows color (decimal): -6858887 or 7952279. OLE color: 7952279.

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

Color convert

RGB15187121-
CMYK00.420.200.41
HSL328.12º26.89%46.67%-
HSV(B)328.12º42.38%59.22%-
XYZ19.6214.7819.91-
YUV110.01134.2157.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=42.06%
G=24.23%
B=33.70%

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
Decimal1518712100.420.200.41328.1226.8946.67
Hex97577902A14291481b2f
Octal22712717105224515103357
Binary100101111010111111100101010101010010100110100100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975779; }

 p { color: rgb(151,87,121); }

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

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

 a { background-color: rgb(151,87,121); }

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

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

 span { border-color: rgb(151,87,121); }

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