Html Css Color HEX #8E5E77 Strikemaster

📋 copy color: '#8E5E77'

red 142 ◦ green 94 ◦ blue 119

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

Shades of Strikemaster #8E5E77

Tints of Strikemaster #8E5E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.48%

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

R = 40%
G = 26.48%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E5E77 (or 0x8E5E77) is known color: Strikemaster. HEX triplet: 8E, 5E and 77. RGB value is (142,94,119). Sum of RGB (Red+Green+Blue) = 142+94+119=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E77 is #71A188. Grayscale: #6F6F6F. Windows color (decimal): -7446921 or 7822990. OLE color: 7822990.

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

Color convert

RGB 142 94 119 -
CMYK 0 0.34 0.16 0.44
HSL 328.75º 0.2% 0.46% -
HSV(B) 328.75º 0.34% 0.56% -
XYZ 18.49 15.09 19.39 -
YUV 111.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 142 94 119 0 0.34 0.16 0.44 328.75 0.2 0.46
Hex 8E 5E 77 0 22 10 2C 149 14 2E
Octal 216 136 167 0 42 20 54 511 24 56
Binary 10001110 1011110 1110111 0 100010 10000 101100 101001001 10100 101110

Color Harmonies of #8E5E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E77

Black with #8E5E77

Text Example


Text Example

White with #8E5E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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