Html Css Color HEX #8C707F Strikemaster

📋 copy color: '#8C707F'

red 140 ◦ green 112 ◦ blue 127

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

Shades of Strikemaster #8C707F

Tints of Strikemaster #8C707F

RGB

 RED value IS 140 (55.08% from 255) = 36.94%

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

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

R = 36.94%
G = 29.55%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C707F (or 0x8C707F) is known color: Strikemaster. HEX triplet: 8C, 70 and 7F. RGB value is (140,112,127). Sum of RGB (Red+Green+Blue) = 140+112+127=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C707F is #738F80. Grayscale: #7A7A7A. Windows color (decimal): -7573377 or 8351884. OLE color: 8351884.

HSL color Cylindrical-coordinate representation of color #8C707F: hue angle of 327.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C707F is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 112 127 -
CMYK 0 0.20 0.09 0.45
HSL 327.86º 0.11% 0.49% -
HSV(B) 327.86º 0.2% 0.55% -
XYZ 20.44 18.7 22.61 -
YUV 122.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 140 112 127 0 0.20 0.09 0.45 327.86 0.11 0.49
Hex 8C 70 7F 0 14 9 2D 148 B 31
Octal 214 160 177 0 24 11 55 510 13 61
Binary 10001100 1110000 1111111 0 10100 1001 101101 101001000 1011 110001

Color Harmonies of #8C707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C707F

Black with #8C707F

Text Example


Text Example

White with #8C707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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