#8F6577

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

Shades of Strikemaster #8F6577

Tints of Strikemaster #8F6577

Color information

#8F6577 (or 0x8F6577) is unknown color: approx Strikemaster. HEX triplet: 8F, 65 and 77. RGB value is (143,101,119). Sum of RGB (Red+Green+Blue) = 143+101+119=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6577 is #709A88. Grayscale: #737373. Windows color (decimal): -7379593 or 7824783. OLE color: 7824783.

HSL color Cylindrical-coordinate representation of color #8F6577: hue angle of 334.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6577 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB143101119-
CMYK00.290.170.44
HSL334.29º17.21%47.84%-
HSV(B)334.29º29.37%56.08%-
XYZ19.3116.4819.62-
YUV115.61129.91147.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.39%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=39.39%
G=27.82%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310111900.290.170.44334.2917.2147.84
Hex8F657701D112C14e1130
Octal21714516703521545162160
Binary10001111110010111101110111011000110110010100111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,101,119); }

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

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

 a { background-color: rgb(143,101,119); }

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

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

 span { border-color: rgb(143,101,119); }

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