Html Css Color HEX #8E6D7C Strikemaster

📋 copy color: '#8E6D7C'

red 142 ◦ green 109 ◦ blue 124

#8E6D7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #8E6D7C

Tints of Strikemaster #8E6D7C

RGB

 RED value IS 142 (55.86% from 255) = 37.87%

 GREEN value IS 109 (42.97% from 255) = 29.07%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 37.87%
G = 29.07%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E6D7C (or 0x8E6D7C) is known color: Strikemaster. HEX triplet: 8E, 6D and 7C. RGB value is (142,109,124). Sum of RGB (Red+Green+Blue) = 142+109+124=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D7C is #719283. Grayscale: #787878. Windows color (decimal): -7443076 or 8154510. OLE color: 8154510.

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

Color convert

RGB 142 109 124 -
CMYK 0 0.23 0.13 0.44
HSL 332.73º 0.13% 0.49% -
HSV(B) 332.73º 0.23% 0.56% -
XYZ 20.26 18.14 21.5 -
YUV 120.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 142 109 124 0 0.23 0.13 0.44 332.73 0.13 0.49
Hex 8E 6D 7C 0 17 D 2C 14D D 31
Octal 216 155 174 0 27 15 54 515 15 61
Binary 10001110 1101101 1111100 0 10111 1101 101100 101001101 1101 110001

Color Harmonies of #8E6D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6D7C

Black with #8E6D7C

Text Example


Text Example

White with #8E6D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,109,124); }

 H1.HeaderClassName
 {
   color: #8E6D7C;
 }
 .AnyTagClassName
 {
   color: #8E6D7C;
 }
</style>

background-color css

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

 a { background-color: rgb(142,109,124); }

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

border-color css

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

 span { border-color: rgb(142,109,124); }

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