#8A647A

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

Shades of Strikemaster #8A647A

Tints of Strikemaster #8A647A

Color information

#8A647A (or 0x8A647A) is unknown color: approx Strikemaster. HEX triplet: 8A, 64 and 7A. RGB value is (138,100,122). Sum of RGB (Red+Green+Blue) = 138+100+122=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A647A is #759B85. Grayscale: #717171. Windows color (decimal): -7707526 or 8021130. OLE color: 8021130.

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

Color convert

RGB138100122-
CMYK00.280.120.46
HSL325.26º15.97%46.67%-
HSV(B)325.26º27.54%54.12%-
XYZ18.5515.9220.51-
YUV113.87132.59145.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=38.33%
G=27.78%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810012200.280.120.46325.2615.9746.67
Hex8A647A01CC2E145102f
Octal21214417203414565052057
Binary1000101011001001111010011100110010111010100010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,122); }

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

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

 a { background-color: rgb(138,100,122); }

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

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

 span { border-color: rgb(138,100,122); }

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