#8B697A

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

Shades of Strikemaster #8B697A

Tints of Strikemaster #8B697A

Color information

#8B697A (or 0x8B697A) is unknown color: approx Strikemaster. HEX triplet: 8B, 69 and 7A. RGB value is (139,105,122). Sum of RGB (Red+Green+Blue) = 139+105+122=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B697A is #749685. Grayscale: #757575. Windows color (decimal): -7640710 or 8022411. OLE color: 8022411.

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

Color convert

RGB139105122-
CMYK00.240.120.45
HSL330º13.93%47.84%-
HSV(B)330º24.46%54.51%-
XYZ19.211720.68-
YUV117.1130.76143.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=37.98%
G=28.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910512200.240.120.4533013.9347.84
Hex8B697A018C2D14ae30
Octal21315117203014555121660
Binary100010111101001111101001100011001011011010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,122); }

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

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

 a { background-color: rgb(139,105,122); }

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

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

 span { border-color: rgb(139,105,122); }

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