#8C687F

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

Shades of Strikemaster #8C687F

Tints of Strikemaster #8C687F

Color information

#8C687F (or 0x8C687F) is unknown color: approx Strikemaster. HEX triplet: 8C, 68 and 7F. RGB value is (140,104,127). Sum of RGB (Red+Green+Blue) = 140+104+127=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C687F is #739780. Grayscale: #757575. Windows color (decimal): -7575425 or 8349836. OLE color: 8349836.

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

Color convert

RGB140104127-
CMYK00.260.090.45
HSL321.67º14.75%47.84%-
HSV(B)321.67º25.71%54.9%-
XYZ19.617.0122.33-
YUV117.39133.43144.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 127 (50% from 255) = 34.23%
R=37.74%
G=28.03%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010412700.260.090.45321.6714.7547.84
Hex8C687F01A92D142f30
Octal21415017703211555021760
Binary100011001101000111111101101010011011011010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,127); }

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

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

 a { background-color: rgb(140,104,127); }

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

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

 span { border-color: rgb(140,104,127); }

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