#8C6378

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

Shades of Strikemaster #8C6378

Tints of Strikemaster #8C6378

Color information

#8C6378 (or 0x8C6378) is unknown color: approx Strikemaster. HEX triplet: 8C, 63 and 78. RGB value is (140,99,120). Sum of RGB (Red+Green+Blue) = 140+99+120=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6378 is #739C87. Grayscale: #717171. Windows color (decimal): -7576712 or 7889804. OLE color: 7889804.

HSL color Cylindrical-coordinate representation of color #8C6378: hue angle of 329.27º 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 #8C6378 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB14099120-
CMYK00.290.140.45
HSL329.27º17.15%46.86%-
HSV(B)329.27º29.29%54.9%-
XYZ18.6715.8619.85-
YUV113.65131.58146.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=39.00%
G=27.58%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409912000.290.140.45329.2717.1546.86
Hex8C637801DE2D149112f
Octal21414317003516555112157
Binary1000110011000111111000011101111010110110100100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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