#7F6673

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

Shades of Strikemaster #7F6673

Tints of Strikemaster #7F6673

Color information

#7F6673 (or 0x7F6673) is unknown color: approx Strikemaster. HEX triplet: 7F, 66 and 73. RGB value is (127,102,115). Sum of RGB (Red+Green+Blue) = 127+102+115=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6673 is #80998C. Grayscale: #6E6E6E. Windows color (decimal): -8427917 or 7562879. OLE color: 7562879.

HSL color Cylindrical-coordinate representation of color #7F6673: hue angle of 328.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F6673 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB127102115-
CMYK00.200.090.50
HSL328.8º10.92%44.9%-
HSV(B)328.8º19.69%49.8%-
XYZ16.615.2518.29-
YUV110.96130.28139.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.92%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=36.92%
G=29.65%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710211500.200.090.50328.810.9244.9
Hex7F6673014932149b2d
Octal17714616302411625111355
Binary11111111100110111001101010010011100101010010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,102,115); }

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

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

 a { background-color: rgb(127,102,115); }

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

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

 span { border-color: rgb(127,102,115); }

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