#8C617A

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

Shades of Strikemaster #8C617A

Tints of Strikemaster #8C617A

Color information

#8C617A (or 0x8C617A) is unknown color: approx Strikemaster. HEX triplet: 8C, 61 and 7A. RGB value is (140,97,122). Sum of RGB (Red+Green+Blue) = 140+97+122=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C617A is #739E85. Grayscale: #707070. Windows color (decimal): -7577222 or 8020364. OLE color: 8020364.

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

Color convert

RGB14097122-
CMYK00.310.130.45
HSL325.12º18.14%46.47%-
HSV(B)325.12º30.71%54.9%-
XYZ18.615.5320.43-
YUV112.71133.25147.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=39.00%
G=27.02%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409712200.310.130.45325.1218.1446.47
Hex8C617A01FD2D145122e
Octal21414117203715555052256
Binary1000110011000011111010011111110110110110100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,97,122); }

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

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

 a { background-color: rgb(140,97,122); }

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

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

 span { border-color: rgb(140,97,122); }

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