#975F7F

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

Shades of Strikemaster #975F7F

Tints of Strikemaster #975F7F

Color information

#975F7F (or 0x975F7F) is unknown color: approx Strikemaster. HEX triplet: 97, 5F and 7F. RGB value is (151,95,127). Sum of RGB (Red+Green+Blue) = 151+95+127=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #975F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975F7F is #68A080. Grayscale: #737373. Windows color (decimal): -6856833 or 8347543. OLE color: 8347543.

HSL color Cylindrical-coordinate representation of color #975F7F: hue angle of 325.71º 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 #975F7F is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15195127-
CMYK00.370.160.41
HSL325.71º22.76%48.24%-
HSV(B)325.71º37.09%59.22%-
XYZ20.6916.322.13-
YUV115.39134.55153.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 127 (50% from 255) = 34.05%
R=40.48%
G=25.47%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519512700.370.160.41325.7122.7648.24
Hex975F7F02510291461730
Octal22713717704520515062760
Binary100101111011111111111101001011000010100110100011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975F7F; }

 p { color: rgb(151,95,127); }

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

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

 a { background-color: rgb(151,95,127); }

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

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

 span { border-color: rgb(151,95,127); }

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