#8C657A

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

Shades of Strikemaster #8C657A

Tints of Strikemaster #8C657A

Color information

#8C657A (or 0x8C657A) is unknown color: approx Strikemaster. HEX triplet: 8C, 65 and 7A. RGB value is (140,101,122). Sum of RGB (Red+Green+Blue) = 140+101+122=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C657A is #739A85. Grayscale: #737373. Windows color (decimal): -7576198 or 8021388. OLE color: 8021388.

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

Color convert

RGB140101122-
CMYK00.280.130.45
HSL327.69º16.18%47.25%-
HSV(B)327.69º27.86%54.9%-
XYZ18.9816.2920.56-
YUV115.06131.92145.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=38.57%
G=27.82%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010112200.280.130.45327.6916.1847.25
Hex8C657A01CD2D148102f
Octal21414517203415555102057
Binary1000110011001011111010011100110110110110100100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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