#8B6676

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

Shades of Strikemaster #8B6676

Tints of Strikemaster #8B6676

Color information

#8B6676 (or 0x8B6676) is unknown color: approx Strikemaster. HEX triplet: 8B, 66 and 76. RGB value is (139,102,118). Sum of RGB (Red+Green+Blue) = 139+102+118=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6676 is #749989. Grayscale: #727272. Windows color (decimal): -7641482 or 7759499. OLE color: 7759499.

HSL color Cylindrical-coordinate representation of color #8B6676: hue angle of 334.05º 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 #8B6676 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB139102118-
CMYK00.270.150.45
HSL334.05º15.35%47.25%-
HSV(B)334.05º26.62%54.51%-
XYZ18.6716.319.3-
YUV114.89129.76145.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=38.72%
G=28.41%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910211800.270.150.45334.0515.3547.25
Hex8B667601BF2D14ef2f
Octal21314616603317555161757
Binary100010111100110111011001101111111011011010011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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