#8C7783

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

Shades of Strikemaster #8C7783

Tints of Strikemaster #8C7783

Color information

#8C7783 (or 0x8C7783) is unknown color: approx Strikemaster. HEX triplet: 8C, 77 and 83. RGB value is (140,119,131). Sum of RGB (Red+Green+Blue) = 140+119+131=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7783 is #73887C. Grayscale: #7E7E7E. Windows color (decimal): -7571581 or 8615820. OLE color: 8615820.

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

Color convert

RGB140119131-
CMYK00.150.060.45
HSL325.71º8.37%50.78%-
HSV(B)325.71º15%54.9%-
XYZ21.5120.4124.28-
YUV126.65130.46137.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 131 (51.56% from 255) = 33.59%
R=35.90%
G=30.51%
B=33.59%

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
Decimal14011913100.150.060.45325.718.3750.78
Hex8C77830F62D146833
Octal2141672030176555061063
Binary10001100111011110000011011111101011011010001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,119,131); }

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

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

 a { background-color: rgb(140,119,131); }

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

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

 span { border-color: rgb(140,119,131); }

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