#8B687F

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

Shades of Strikemaster #8B687F

Tints of Strikemaster #8B687F

Color information

#8B687F (or 0x8B687F) is unknown color: approx Strikemaster. HEX triplet: 8B, 68 and 7F. RGB value is (139,104,127). Sum of RGB (Red+Green+Blue) = 139+104+127=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B687F is #749780. Grayscale: #757575. Windows color (decimal): -7640961 or 8349835. OLE color: 8349835.

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

Color convert

RGB139104127-
CMYK00.250.090.45
HSL320.57º14.4%47.65%-
HSV(B)320.57º25.18%54.51%-
XYZ19.4316.9222.32-
YUV117.09133.6143.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 127 (50% from 255) = 34.32%
R=37.57%
G=28.11%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910412700.250.090.45320.5714.447.65
Hex8B687F01992D141e30
Octal21315017703111555011660
Binary100010111101000111111101100110011011011010000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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