Html Css Color HEX #8E677E Strikemaster

📋 copy color: '#8E677E'

red 142 ◦ green 103 ◦ blue 126

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

Shades of Strikemaster #8E677E

Tints of Strikemaster #8E677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 38.27%
G = 27.76%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E677E (or 0x8E677E) is known color: Strikemaster. HEX triplet: 8E, 67 and 7E. RGB value is (142,103,126). Sum of RGB (Red+Green+Blue) = 142+103+126=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E677E is #719881. Grayscale: #757575. Windows color (decimal): -7444610 or 8284046. OLE color: 8284046.

HSL color Cylindrical-coordinate representation of color #8E677E: hue angle of 324.62º degrees, saturation: 0.16, 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 #8E677E is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 103 126 -
CMYK 0 0.27 0.11 0.44
HSL 324.62º 0.16% 0.48% -
HSV(B) 324.62º 0.27% 0.56% -
XYZ 19.77 16.96 21.97 -
YUV 117.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 142 103 126 0 0.27 0.11 0.44 324.62 0.16 0.48
Hex 8E 67 7E 0 1B B 2C 145 10 30
Octal 216 147 176 0 33 13 54 505 20 60
Binary 10001110 1100111 1111110 0 11011 1011 101100 101000101 10000 110000

Color Harmonies of #8E677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E677E

Black with #8E677E

Text Example


Text Example

White with #8E677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,103,126); }

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

background-color css

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

 a { background-color: rgb(142,103,126); }

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

border-color css

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

 span { border-color: rgb(142,103,126); }

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