#8c4b77

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

Shades of Strikemaster #8C4B77

Tints of Strikemaster #8C4B77

Color information

#8C4B77 (or 0x8C4B77) is unknown color: approx Strikemaster. HEX triplet: 8C, 4B and 77. RGB value is (140,75,119). Sum of RGB (Red+Green+Blue) = 140+75+119=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4B77 is #73B488. Grayscale: #636363. Windows color (decimal): -7582857 or 7818124. OLE color: 7818124.

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

Color convert

RGB14075119-
CMYK00.460.150.45
HSL319.38º30.23%42.16%-
HSV(B)319.38º46.43%54.9%-
XYZ16.6611.9418.88-
YUV99.45139.03156.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=41.92%
G=22.46%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407511900.460.150.45319.3830.2342.16
Hex8C4B7702EF2D13f1e2a
Octal21411316705617554773652
Binary10001100100101111101110101110111110110110011111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c4b77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,75,119); }

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

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

 a { background-color: rgb(140,75,119); }

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

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

 span { border-color: rgb(140,75,119); }

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