#8E6B7A

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

Shades of Strikemaster #8E6B7A

Tints of Strikemaster #8E6B7A

Color information

#8E6B7A (or 0x8E6B7A) is unknown color: approx Strikemaster. HEX triplet: 8E, 6B and 7A. RGB value is (142,107,122). Sum of RGB (Red+Green+Blue) = 142+107+122=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6B7A is #719485. Grayscale: #777777. Windows color (decimal): -7443590 or 8022926. OLE color: 8022926.

HSL color Cylindrical-coordinate representation of color #8E6B7A: hue angle of 334.29º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E6B7A is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB142107122-
CMYK00.250.140.44
HSL334.29º14.06%48.82%-
HSV(B)334.29º24.65%55.69%-
XYZ19.9317.6720.77-
YUV119.18129.6144.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=38.27%
G=28.84%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210712200.250.140.44334.2914.0648.82
Hex8E6B7A019E2C14ee31
Octal21615317203116545161661
Binary100011101101011111101001100111101011001010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,107,122); }

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

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

 a { background-color: rgb(142,107,122); }

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

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

 span { border-color: rgb(142,107,122); }

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