Html Css Color HEX #8A707C Strikemaster

📋 copy color: '#8A707C'

red 138 ◦ green 112 ◦ blue 124

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

Shades of Strikemaster #8A707C

Tints of Strikemaster #8A707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 36.9%
G = 29.95%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A707C (or 0x8A707C) is known color: Strikemaster. HEX triplet: 8A, 70 and 7C. RGB value is (138,112,124). Sum of RGB (Red+Green+Blue) = 138+112+124=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A707C is #758F83. Grayscale: #797979. Windows color (decimal): -7704452 or 8155274. OLE color: 8155274.

HSL color Cylindrical-coordinate representation of color #8A707C: hue angle of 332.31º 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 #8A707C is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 112 124 -
CMYK 0 0.19 0.10 0.46
HSL 332.31º 0.1% 0.49% -
HSV(B) 332.31º 0.19% 0.54% -
XYZ 19.91 18.45 21.58 -
YUV 121.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 138 112 124 0 0.19 0.10 0.46 332.31 0.1 0.49
Hex 8A 70 7C 0 13 A 2E 14C A 31
Octal 212 160 174 0 23 12 56 514 12 61
Binary 10001010 1110000 1111100 0 10011 1010 101110 101001100 1010 110001

Color Harmonies of #8A707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A707C

Black with #8A707C

Text Example


Text Example

White with #8A707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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