#956F7F

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

Shades of Strikemaster #956F7F

Tints of Strikemaster #956F7F

Color information

#956F7F (or 0x956F7F) is unknown color: approx Strikemaster. HEX triplet: 95, 6F and 7F. RGB value is (149,111,127). Sum of RGB (Red+Green+Blue) = 149+111+127=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #956F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F7F is #6A9080. Grayscale: #7C7C7C. Windows color (decimal): -6983809 or 8351637. OLE color: 8351637.

HSL color Cylindrical-coordinate representation of color #956F7F: hue angle of 334.74º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956F7F is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149111127-
CMYK00.260.150.42
HSL334.74º15.2%50.98%-
HSV(B)334.74º25.5%58.43%-
XYZ21.9119.2922.65-
YUV124.19129.59145.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 127 (50% from 255) = 32.82%
R=38.50%
G=28.68%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911112700.260.150.42334.7415.250.98
Hex956F7F01AF2A14ff33
Octal22515717703217525171763
Binary100101011101111111111101101011111010101010011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,111,127); }

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

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

 a { background-color: rgb(149,111,127); }

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

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

 span { border-color: rgb(149,111,127); }

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