#7F6572

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

Shades of Strikemaster #7F6572

Tints of Strikemaster #7F6572

Color information

#7F6572 (or 0x7F6572) is unknown color: approx Strikemaster. HEX triplet: 7F, 65 and 72. RGB value is (127,101,114). Sum of RGB (Red+Green+Blue) = 127+101+114=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6572 is #809A8D. Grayscale: #6E6E6E. Windows color (decimal): -8428174 or 7497087. OLE color: 7497087.

HSL color Cylindrical-coordinate representation of color #7F6572: hue angle of 330º 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 #7F6572 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB127101114-
CMYK00.200.100.50
HSL330º11.4%44.71%-
HSV(B)330º20.47%49.8%-
XYZ16.4415.0317.95-
YUV110.26130.11139.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.13%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=37.13%
G=29.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710111400.200.100.5033011.444.71
Hex7F6572014A3214ab2d
Octal17714516202412625121355
Binary11111111100101111001001010010101100101010010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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