Html Css Color HEX #8C7180 Strikemaster

📋 copy color: '#8C7180'

red 140 ◦ green 113 ◦ blue 128

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

Shades of Strikemaster #8C7180

Tints of Strikemaster #8C7180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 36.75%
G = 29.66%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C7180 (or 0x8C7180) is known color: Strikemaster. HEX triplet: 8C, 71 and 80. RGB value is (140,113,128). Sum of RGB (Red+Green+Blue) = 140+113+128=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7180 is #738E7F. Grayscale: #7A7A7A. Windows color (decimal): -7573120 or 8417676. OLE color: 8417676.

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

Color convert

RGB 140 113 128 -
CMYK 0 0.19 0.09 0.45
HSL 326.67º 0.11% 0.5% -
HSV(B) 326.67º 0.19% 0.55% -
XYZ 20.62 18.94 22.99 -
YUV 122.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 140 113 128 0 0.19 0.09 0.45 326.67 0.11 0.5
Hex 8C 71 80 0 13 9 2D 147 B 32
Octal 214 161 200 0 23 11 55 507 13 62
Binary 10001100 1110001 10000000 0 10011 1001 101101 101000111 1011 110010

Color Harmonies of #8C7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7180

Black with #8C7180

Text Example


Text Example

White with #8C7180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,128); }

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

background-color css

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

 a { background-color: rgb(140,113,128); }

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

border-color css

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

 span { border-color: rgb(140,113,128); }

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