Html Css Color HEX #8E707F Strikemaster

📋 copy color: '#8E707F'

red 142 ◦ green 112 ◦ blue 127

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

Shades of Strikemaster #8E707F

Tints of Strikemaster #8E707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 127 (50% from 255) = 33.33%

R = 37.27%
G = 29.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E707F (or 0x8E707F) is known color: Strikemaster. HEX triplet: 8E, 70 and 7F. RGB value is (142,112,127). Sum of RGB (Red+Green+Blue) = 142+112+127=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 142 - color contains mainly: red. Hex color #8E707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E707F is #718F80. Grayscale: #7A7A7A. Windows color (decimal): -7442305 or 8351886. OLE color: 8351886.

HSL color Cylindrical-coordinate representation of color #8E707F: hue angle of 330º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E707F is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 112 127 -
CMYK 0 0.21 0.11 0.44
HSL 330º 0.12% 0.5% -
HSV(B) 330º 0.21% 0.56% -
XYZ 20.78 18.87 22.63 -
YUV 122.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 142 112 127 0 0.21 0.11 0.44 330 0.12 0.5
Hex 8E 70 7F 0 15 B 2C 14A C 32
Octal 216 160 177 0 25 13 54 512 14 62
Binary 10001110 1110000 1111111 0 10101 1011 101100 101001010 1100 110010

Color Harmonies of #8E707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E707F

Black with #8E707F

Text Example


Text Example

White with #8E707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,127); }

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

background-color css

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

 a { background-color: rgb(142,112,127); }

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

border-color css

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

 span { border-color: rgb(142,112,127); }

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