#8B7683

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

Shades of Strikemaster #8B7683

Tints of Strikemaster #8B7683

Color information

#8B7683 (or 0x8B7683) is unknown color: approx Strikemaster. HEX triplet: 8B, 76 and 83. RGB value is (139,118,131). Sum of RGB (Red+Green+Blue) = 139+118+131=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7683 is #74897C. Grayscale: #7D7D7D. Windows color (decimal): -7637373 or 8615563. OLE color: 8615563.

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

Color convert

RGB139118131-
CMYK00.150.060.45
HSL322.86º8.3%50.39%-
HSV(B)322.86º15.11%54.51%-
XYZ21.2220.0824.23-
YUV125.76130.96137.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=35.82%
G=30.41%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911813100.150.060.45322.868.350.39
Hex8B76830F62D143832
Octal2131662030176555031062
Binary10001011111011010000011011111101011011010000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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