#8C6377

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

Shades of Strikemaster #8C6377

Tints of Strikemaster #8C6377

Color information

#8C6377 (or 0x8C6377) is unknown color: approx Strikemaster. HEX triplet: 8C, 63 and 77. RGB value is (140,99,119). Sum of RGB (Red+Green+Blue) = 140+99+119=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6377 is #739C88. Grayscale: #717171. Windows color (decimal): -7576713 or 7824268. OLE color: 7824268.

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

Color convert

RGB14099119-
CMYK00.290.150.45
HSL330.73º17.15%46.86%-
HSV(B)330.73º29.29%54.9%-
XYZ18.6115.8319.53-
YUV113.54131.08146.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.11%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=39.11%
G=27.65%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409911900.290.150.45330.7317.1546.86
Hex8C637701DF2D14b112f
Octal21414316703517555132157
Binary1000110011000111110111011101111110110110100101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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