#8C6A80

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

Shades of Strikemaster #8C6A80

Tints of Strikemaster #8C6A80

Color information

#8C6A80 (or 0x8C6A80) is unknown color: approx Strikemaster. HEX triplet: 8C, 6A and 80. RGB value is (140,106,128). Sum of RGB (Red+Green+Blue) = 140+106+128=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6A80 is #73957F. Grayscale: #767676. Windows color (decimal): -7574912 or 8415884. OLE color: 8415884.

HSL color Cylindrical-coordinate representation of color #8C6A80: hue angle of 321.18º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6A80 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB140106128-
CMYK00.240.090.45
HSL321.18º13.82%48.24%-
HSV(B)321.18º24.29%54.9%-
XYZ19.8717.4422.74-
YUV118.67133.26143.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=37.43%
G=28.34%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010612800.240.090.45321.1813.8248.24
Hex8C6A8001892D141e30
Octal21415220003011555011660
Binary1000110011010101000000001100010011011011010000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6A80; }

 p { color: rgb(140,106,128); }

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

<style>
 a { background-color: #8C6A80; }

 a { background-color: rgb(140,106,128); }

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

<style>
 span { border-color: #8C6A80; }

 span { border-color: rgb(140,106,128); }

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