#8C707E

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

Shades of Strikemaster #8C707E

Tints of Strikemaster #8C707E

Color information

#8C707E (or 0x8C707E) is unknown color: approx Strikemaster. HEX triplet: 8C, 70 and 7E. RGB value is (140,112,126). Sum of RGB (Red+Green+Blue) = 140+112+126=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C707E is #738F81. Grayscale: #797979. Windows color (decimal): -7573378 or 8286348. OLE color: 8286348.

HSL color Cylindrical-coordinate representation of color #8C707E: hue angle of 330º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C707E is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB140112126-
CMYK00.200.100.45
HSL330º11.11%49.41%-
HSV(B)330º20%54.9%-
XYZ20.3818.6722.27-
YUV121.97130.28140.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=37.04%
G=29.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011212600.200.100.4533011.1149.41
Hex8C707E014A2D14ab31
Octal21416017602412555121361
Binary100011001110000111111001010010101011011010010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,112,126); }

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

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

 a { background-color: rgb(140,112,126); }

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

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

 span { border-color: rgb(140,112,126); }

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