#8D697F

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

Shades of Strikemaster #8D697F

Tints of Strikemaster #8D697F

Color information

#8D697F (or 0x8D697F) is unknown color: approx Strikemaster. HEX triplet: 8D, 69 and 7F. RGB value is (141,105,127). Sum of RGB (Red+Green+Blue) = 141+105+127=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 141 - color contains mainly: red. Hex color #8D697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D697F is #729680. Grayscale: #767676. Windows color (decimal): -7509633 or 8350093. OLE color: 8350093.

HSL color Cylindrical-coordinate representation of color #8D697F: hue angle of 323.33º 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 #8D697F is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB141105127-
CMYK00.260.100.45
HSL323.33º14.63%48.24%-
HSV(B)323.33º25.53%55.29%-
XYZ19.8717.322.37-
YUV118.27132.93144.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.80%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 127 (50% from 255) = 34.05%
R=37.80%
G=28.15%
B=34.05%

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
Decimal14110512700.260.100.45323.3314.6348.24
Hex8D697F01AA2D143f30
Octal21515117703212555031760
Binary100011011101001111111101101010101011011010000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,105,127); }

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

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

 a { background-color: rgb(141,105,127); }

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

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

 span { border-color: rgb(141,105,127); }

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