Html Css Color HEX #8A707E Strikemaster

📋 copy color: '#8A707E'

red 138 ◦ green 112 ◦ blue 126

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

Shades of Strikemaster #8A707E

Tints of Strikemaster #8A707E

RGB

 RED value IS 138 (54.3% from 255) = 36.7%

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

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

R = 36.7%
G = 29.79%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A707E (or 0x8A707E) is known color: Strikemaster. HEX triplet: 8A, 70 and 7E. RGB value is (138,112,126). Sum of RGB (Red+Green+Blue) = 138+112+126=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A707E is #758F81. Grayscale: #797979. Windows color (decimal): -7704450 or 8286346. OLE color: 8286346.

HSL color Cylindrical-coordinate representation of color #8A707E: hue angle of 327.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A707E is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 112 126 -
CMYK 0 0.19 0.09 0.46
HSL 327.69º 0.1% 0.49% -
HSV(B) 327.69º 0.19% 0.54% -
XYZ 20.04 18.5 22.25 -
YUV 121.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 138 112 126 0 0.19 0.09 0.46 327.69 0.1 0.49
Hex 8A 70 7E 0 13 9 2E 148 A 31
Octal 212 160 176 0 23 11 56 510 12 61
Binary 10001010 1110000 1111110 0 10011 1001 101110 101001000 1010 110001

Color Harmonies of #8A707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A707E

Black with #8A707E

Text Example


Text Example

White with #8A707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,126); }

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

background-color css

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

 a { background-color: rgb(138,112,126); }

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

border-color css

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

 span { border-color: rgb(138,112,126); }

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