Html Css Color HEX #8E687A Strikemaster

📋 copy color: '#8E687A'

red 142 ◦ green 104 ◦ blue 122

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

Shades of Strikemaster #8E687A

Tints of Strikemaster #8E687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

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

R = 38.59%
G = 28.26%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E687A (or 0x8E687A) is known color: Strikemaster. HEX triplet: 8E, 68 and 7A. RGB value is (142,104,122). Sum of RGB (Red+Green+Blue) = 142+104+122=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E687A is #719785. Grayscale: #757575. Windows color (decimal): -7444358 or 8022158. OLE color: 8022158.

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

Color convert

RGB 142 104 122 -
CMYK 0 0.27 0.14 0.44
HSL 331.58º 0.15% 0.48% -
HSV(B) 331.58º 0.27% 0.56% -
XYZ 19.62 17.06 20.67 -
YUV 117.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 142 104 122 0 0.27 0.14 0.44 331.58 0.15 0.48
Hex 8E 68 7A 0 1B E 2C 14C F 30
Octal 216 150 172 0 33 16 54 514 17 60
Binary 10001110 1101000 1111010 0 11011 1110 101100 101001100 1111 110000

Color Harmonies of #8E687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E687A

Black with #8E687A

Text Example


Text Example

White with #8E687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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