#8C6279

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

Shades of Strikemaster #8C6279

Tints of Strikemaster #8C6279

Color information

#8C6279 (or 0x8C6279) is unknown color: approx Strikemaster. HEX triplet: 8C, 62 and 79. RGB value is (140,98,121). Sum of RGB (Red+Green+Blue) = 140+98+121=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6279 is #739D86. Grayscale: #717171. Windows color (decimal): -7576967 or 7955084. OLE color: 7955084.

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

Color convert

RGB14098121-
CMYK00.30.140.45
HSL327.14º17.65%46.67%-
HSV(B)327.14º30%54.9%-
XYZ18.6315.6920.14-
YUV113.18132.41147.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=39.00%
G=27.30%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409812100.30.140.45327.1417.6546.67
Hex8C627901EE2D147122f
Octal21414217103616555072257
Binary1000110011000101111001011110111010110110100011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,98,121); }

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

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

 a { background-color: rgb(140,98,121); }

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

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

 span { border-color: rgb(140,98,121); }

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