#8C6277

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

Shades of Strikemaster #8C6277

Tints of Strikemaster #8C6277

Color information

#8C6277 (or 0x8C6277) is unknown color: approx Strikemaster. HEX triplet: 8C, 62 and 77. RGB value is (140,98,119). Sum of RGB (Red+Green+Blue) = 140+98+119=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6277 is #739D88. Grayscale: #707070. Windows color (decimal): -7576969 or 7824012. OLE color: 7824012.

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

Color convert

RGB14098119-
CMYK00.30.150.45
HSL330º17.65%46.67%-
HSV(B)330º30%54.9%-
XYZ18.5115.6419.5-
YUV112.95131.41147.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.22%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=39.22%
G=27.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409811900.30.150.4533017.6546.67
Hex8C627701EF2D14a122f
Octal21414216703617555122257
Binary1000110011000101110111011110111110110110100101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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