#7F6171

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

Shades of Strikemaster #7F6171

Tints of Strikemaster #7F6171

Color information

#7F6171 (or 0x7F6171) is unknown color: approx Strikemaster. HEX triplet: 7F, 61 and 71. RGB value is (127,97,113). Sum of RGB (Red+Green+Blue) = 127+97+113=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6171 is #809E8E. Grayscale: #6B6B6B. Windows color (decimal): -8429199 or 7430527. OLE color: 7430527.

HSL color Cylindrical-coordinate representation of color #7F6171: hue angle of 328º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6171 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB12797113-
CMYK00.240.110.50
HSL328º13.39%43.92%-
HSV(B)328º23.62%49.8%-
XYZ16.0114.2517.53-
YUV107.79130.94141.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=37.69%
G=28.78%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279711300.240.110.5032813.3943.92
Hex7F6171018B32148d2c
Octal17714116103013625101554
Binary11111111100001111000101100010111100101010010001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F6171; }

 p { color: rgb(127,97,113); }

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

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

 a { background-color: rgb(127,97,113); }

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

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

 span { border-color: rgb(127,97,113); }

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