#8A6578

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

Shades of Strikemaster #8A6578

Tints of Strikemaster #8A6578

Color information

#8A6578 (or 0x8A6578) is unknown color: approx Strikemaster. HEX triplet: 8A, 65 and 78. RGB value is (138,101,120). Sum of RGB (Red+Green+Blue) = 138+101+120=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6578 is #759A87. Grayscale: #727272. Windows color (decimal): -7707272 or 7890314. OLE color: 7890314.

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

Color convert

RGB138101120-
CMYK00.270.130.46
HSL329.19º15.48%46.86%-
HSV(B)329.19º26.81%54.12%-
XYZ18.5316.0719.89-
YUV114.23131.26144.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=38.44%
G=28.13%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810112000.270.130.46329.1915.4846.86
Hex8A657801BD2E149f2f
Octal21214517003315565111757
Binary100010101100101111100001101111011011101010010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,101,120); }

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

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

 a { background-color: rgb(138,101,120); }

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

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

 span { border-color: rgb(138,101,120); }

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