#8C5775

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

Shades of Strikemaster #8C5775

Tints of Strikemaster #8C5775

Color information

#8C5775 (or 0x8C5775) is unknown color: approx Strikemaster. HEX triplet: 8C, 57 and 75. RGB value is (140,87,117). Sum of RGB (Red+Green+Blue) = 140+87+117=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5775 is #73A88A. Grayscale: #6A6A6A. Windows color (decimal): -7579787 or 7690124. OLE color: 7690124.

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

Color convert

RGB14087117-
CMYK00.380.160.45
HSL326.04º23.35%44.51%-
HSV(B)326.04º37.86%54.9%-
XYZ17.4313.6818.55-
YUV106.27134.06152.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=40.70%
G=25.29%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408711700.380.160.45326.0423.3544.51
Hex8C5775026102D146172d
Octal21412716504620555062755
Binary100011001010111111010101001101000010110110100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,117); }

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

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

 a { background-color: rgb(140,87,117); }

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

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

 span { border-color: rgb(140,87,117); }

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