#8C5675

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

Shades of Strikemaster #8C5675

Tints of Strikemaster #8C5675

Color information

#8C5675 (or 0x8C5675) is unknown color: approx Strikemaster. HEX triplet: 8C, 56 and 75. RGB value is (140,86,117). Sum of RGB (Red+Green+Blue) = 140+86+117=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5675 is #73A98A. Grayscale: #696969. Windows color (decimal): -7580043 or 7689868. OLE color: 7689868.

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

Color convert

RGB14086117-
CMYK00.390.160.45
HSL325.56º23.89%44.31%-
HSV(B)325.56º38.57%54.9%-
XYZ17.3513.5218.52-
YUV105.68134.39152.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=40.82%
G=25.07%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408611700.390.160.45325.5623.8944.31
Hex8C5675027102D146182c
Octal21412616504720555063054
Binary100011001010110111010101001111000010110110100011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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