#8F7683

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

Shades of Strikemaster #8F7683

Tints of Strikemaster #8F7683

Color information

#8F7683 (or 0x8F7683) is unknown color: approx Strikemaster. HEX triplet: 8F, 76 and 83. RGB value is (143,118,131). Sum of RGB (Red+Green+Blue) = 143+118+131=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7683 is #70897C. Grayscale: #7E7E7E. Windows color (decimal): -7375229 or 8615567. OLE color: 8615567.

HSL color Cylindrical-coordinate representation of color #8F7683: hue angle of 328.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F7683 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB143118131-
CMYK00.170.080.44
HSL328.8º10.04%51.18%-
HSV(B)328.8º17.48%56.08%-
XYZ21.920.4424.26-
YUV126.96130.28139.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.48%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=36.48%
G=30.10%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311813100.170.080.44328.810.0451.18
Hex8F768301182C149a33
Octal21716620302110545111263
Binary1000111111101101000001101000110001011001010010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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