Html Css Color HEX #8E6D7A Strikemaster

📋 copy color: '#8E6D7A'

red 142 ◦ green 109 ◦ blue 122

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

Shades of Strikemaster #8E6D7A

Tints of Strikemaster #8E6D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 38.07%
G = 29.22%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E6D7A (or 0x8E6D7A) is known color: Strikemaster. HEX triplet: 8E, 6D and 7A. RGB value is (142,109,122). Sum of RGB (Red+Green+Blue) = 142+109+122=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D7A is #719285. Grayscale: #787878. Windows color (decimal): -7443078 or 8023438. OLE color: 8023438.

HSL color Cylindrical-coordinate representation of color #8E6D7A: hue angle of 336.36º 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 #8E6D7A is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 109 122 -
CMYK 0 0.23 0.14 0.44
HSL 336.36º 0.13% 0.49% -
HSV(B) 336.36º 0.23% 0.56% -
XYZ 20.14 18.09 20.84 -
YUV 120.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 142 109 122 0 0.23 0.14 0.44 336.36 0.13 0.49
Hex 8E 6D 7A 0 17 E 2C 150 D 31
Octal 216 155 172 0 27 16 54 520 15 61
Binary 10001110 1101101 1111010 0 10111 1110 101100 101010000 1101 110001

Color Harmonies of #8E6D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6D7A

Black with #8E6D7A

Text Example


Text Example

White with #8E6D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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