#8B7782

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

Shades of Strikemaster #8B7782

Tints of Strikemaster #8B7782

Color information

#8B7782 (or 0x8B7782) is unknown color: approx Strikemaster. HEX triplet: 8B, 77 and 82. RGB value is (139,119,130). Sum of RGB (Red+Green+Blue) = 139+119+130=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7782 is #74887D. Grayscale: #7E7E7E. Windows color (decimal): -7637118 or 8550283. OLE color: 8550283.

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

Color convert

RGB139119130-
CMYK00.140.060.45
HSL327º7.94%50.59%-
HSV(B)327º14.39%54.51%-
XYZ21.2720.2923.92-
YUV126.23130.13137.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=35.82%
G=30.67%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911913000.140.060.453277.9450.59
Hex8B77820E62D147833
Octal2131672020166555071063
Binary10001011111011110000010011101101011011010001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,119,130); }

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

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

 a { background-color: rgb(139,119,130); }

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

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

 span { border-color: rgb(139,119,130); }

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