#8E6C7A

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

Shades of Strikemaster #8E6C7A

Tints of Strikemaster #8E6C7A

Color information

#8E6C7A (or 0x8E6C7A) is unknown color: approx Strikemaster. HEX triplet: 8E, 6C and 7A. RGB value is (142,108,122). Sum of RGB (Red+Green+Blue) = 142+108+122=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6C7A is #719385. Grayscale: #777777. Windows color (decimal): -7443334 or 8023182. OLE color: 8023182.

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

Color convert

RGB142108122-
CMYK00.240.140.44
HSL335.29º13.6%49.02%-
HSV(B)335.29º23.94%55.69%-
XYZ20.0317.8820.81-
YUV119.76129.26143.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=38.17%
G=29.03%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210812200.240.140.44335.2913.649.02
Hex8E6C7A018E2C14fe31
Octal21615417203016545171661
Binary100011101101100111101001100011101011001010011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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