#7F6472

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

Shades of Strikemaster #7F6472

Tints of Strikemaster #7F6472

Color information

#7F6472 (or 0x7F6472) is unknown color: approx Strikemaster. HEX triplet: 7F, 64 and 72. RGB value is (127,100,114). Sum of RGB (Red+Green+Blue) = 127+100+114=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6472 is #809B8D. Grayscale: #6D6D6D. Windows color (decimal): -8428430 or 7496831. OLE color: 7496831.

HSL color Cylindrical-coordinate representation of color #7F6472: hue angle of 328.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F6472 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB127100114-
CMYK00.210.100.50
HSL328.89º11.89%44.51%-
HSV(B)328.89º21.26%49.8%-
XYZ16.3514.8417.92-
YUV109.67130.45140.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.24%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=37.24%
G=29.33%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710011400.210.100.50328.8911.8944.51
Hex7F6472015A32149c2d
Octal17714416202512625111455
Binary11111111100100111001001010110101100101010010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,100,114); }

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

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

 a { background-color: rgb(127,100,114); }

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

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

 span { border-color: rgb(127,100,114); }

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