#8D677A

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

Shades of Strikemaster #8D677A

Tints of Strikemaster #8D677A

Color information

#8D677A (or 0x8D677A) is unknown color: approx Strikemaster. HEX triplet: 8D, 67 and 7A. RGB value is (141,103,122). Sum of RGB (Red+Green+Blue) = 141+103+122=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D677A is #729885. Grayscale: #747474. Windows color (decimal): -7510150 or 8021901. OLE color: 8021901.

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

Color convert

RGB141103122-
CMYK00.270.130.45
HSL330º15.57%47.84%-
HSV(B)330º26.95%55.29%-
XYZ19.3516.7720.63-
YUV116.53131.09145.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=38.52%
G=28.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110312200.270.130.4533015.5747.84
Hex8D677A01BD2D14a1030
Octal21514717203315555122060
Binary1000110111001111111010011011110110110110100101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,103,122); }

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

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

 a { background-color: rgb(141,103,122); }

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

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

 span { border-color: rgb(141,103,122); }

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