#8C677E

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

Shades of Strikemaster #8C677E

Tints of Strikemaster #8C677E

Color information

#8C677E (or 0x8C677E) is unknown color: approx Strikemaster. HEX triplet: 8C, 67 and 7E. RGB value is (140,103,126). Sum of RGB (Red+Green+Blue) = 140+103+126=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C677E is #739881. Grayscale: #747474. Windows color (decimal): -7575682 or 8284044. OLE color: 8284044.

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

Color convert

RGB140103126-
CMYK00.260.100.45
HSL322.7º15.23%47.65%-
HSV(B)322.7º26.43%54.9%-
XYZ19.4316.7821.95-
YUV116.68133.26144.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=37.94%
G=27.91%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010312600.260.100.45322.715.2347.65
Hex8C677E01AA2D143f30
Octal21414717603212555031760
Binary100011001100111111111001101010101011011010000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,126); }

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

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

 a { background-color: rgb(140,103,126); }

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

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

 span { border-color: rgb(140,103,126); }

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