#8B707D

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

Shades of Strikemaster #8B707D

Tints of Strikemaster #8B707D

Color information

#8B707D (or 0x8B707D) is unknown color: approx Strikemaster. HEX triplet: 8B, 70 and 7D. RGB value is (139,112,125). Sum of RGB (Red+Green+Blue) = 139+112+125=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B707D is #748F82. Grayscale: #797979. Windows color (decimal): -7638915 or 8220811. OLE color: 8220811.

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

Color convert

RGB139112125-
CMYK00.190.100.45
HSL331.11º10.76%49.22%-
HSV(B)331.11º19.42%54.51%-
XYZ20.1418.5621.92-
YUV121.56129.95140.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=36.97%
G=29.79%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911212500.190.100.45331.1110.7649.22
Hex8B707D013A2D14bb31
Octal21316017502312555131361
Binary100010111110000111110101001110101011011010010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,125); }

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

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

 a { background-color: rgb(139,112,125); }

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

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

 span { border-color: rgb(139,112,125); }

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