Html Css Color HEX #8E7783 Strikemaster

📋 copy color: '#8E7783'

red 142 ◦ green 119 ◦ blue 131

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

Shades of Strikemaster #8E7783

Tints of Strikemaster #8E7783

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.36%

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 36.22%
G = 30.36%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E7783 (or 0x8E7783) is known color: Strikemaster. HEX triplet: 8E, 77 and 83. RGB value is (142,119,131). Sum of RGB (Red+Green+Blue) = 142+119+131=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7783 is #71887C. Grayscale: #7F7F7F. Windows color (decimal): -7440509 or 8615822. OLE color: 8615822.

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

Color convert

RGB 142 119 131 -
CMYK 0 0.16 0.08 0.44
HSL 328.7º 0.09% 0.51% -
HSV(B) 328.7º 0.16% 0.56% -
XYZ 21.85 20.58 24.29 -
YUV 127.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 142 119 131 0 0.16 0.08 0.44 328.7 0.09 0.51
Hex 8E 77 83 0 10 8 2C 149 9 33
Octal 216 167 203 0 20 10 54 511 11 63
Binary 10001110 1110111 10000011 0 10000 1000 101100 101001001 1001 110011

Color Harmonies of #8E7783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7783

Black with #8E7783

Text Example


Text Example

White with #8E7783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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