Html Css Color HEX #8E6177 Strikemaster

📋 copy color: '#8E6177'

red 142 ◦ green 97 ◦ blue 119

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

Shades of Strikemaster #8E6177

Tints of Strikemaster #8E6177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 39.66%
G = 27.09%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E6177 (or 0x8E6177) is known color: Strikemaster. HEX triplet: 8E, 61 and 77. RGB value is (142,97,119). Sum of RGB (Red+Green+Blue) = 142+97+119=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6177 is #719E88. Grayscale: #707070. Windows color (decimal): -7446153 or 7823758. OLE color: 7823758.

HSL color Cylindrical-coordinate representation of color #8E6177: hue angle of 330.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6177 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 97 119 -
CMYK 0 0.32 0.16 0.44
HSL 330.67º 0.19% 0.47% -
HSV(B) 330.67º 0.32% 0.56% -
XYZ 18.76 15.63 19.48 -
YUV 112.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 142 97 119 0 0.32 0.16 0.44 330.67 0.19 0.47
Hex 8E 61 77 0 20 10 2C 14B 13 2F
Octal 216 141 167 0 40 20 54 513 23 57
Binary 10001110 1100001 1110111 0 100000 10000 101100 101001011 10011 101111

Color Harmonies of #8E6177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6177

Black with #8E6177

Text Example


Text Example

White with #8E6177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,97,119); }

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

background-color css

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

 a { background-color: rgb(142,97,119); }

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

border-color css

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

 span { border-color: rgb(142,97,119); }

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