#8B667A

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

Shades of Strikemaster #8B667A

Tints of Strikemaster #8B667A

Color information

#8B667A (or 0x8B667A) is unknown color: approx Strikemaster. HEX triplet: 8B, 66 and 7A. RGB value is (139,102,122). Sum of RGB (Red+Green+Blue) = 139+102+122=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B667A is #749985. Grayscale: #737373. Windows color (decimal): -7641478 or 8021643. OLE color: 8021643.

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

Color convert

RGB139102122-
CMYK00.270.120.45
HSL327.57º15.35%47.25%-
HSV(B)327.57º26.62%54.51%-
XYZ18.9116.420.58-
YUV115.34131.76144.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=38.29%
G=28.10%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910212200.270.120.45327.5715.3547.25
Hex8B667A01BC2D148f2f
Octal21314617203314555101757
Binary100010111100110111101001101111001011011010010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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