Html Css Color HEX #8C687D Strikemaster

📋 copy color: '#8C687D'

red 140 ◦ green 104 ◦ blue 125

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

Shades of Strikemaster #8C687D

Tints of Strikemaster #8C687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.18%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 37.94%
G = 28.18%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C687D (or 0x8C687D) is known color: Strikemaster. HEX triplet: 8C, 68 and 7D. RGB value is (140,104,125). Sum of RGB (Red+Green+Blue) = 140+104+125=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C687D is #739782. Grayscale: #757575. Windows color (decimal): -7575427 or 8218764. OLE color: 8218764.

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

Color convert

RGB 140 104 125 -
CMYK 0 0.26 0.11 0.45
HSL 325º 0.15% 0.48% -
HSV(B) 325º 0.26% 0.55% -
XYZ 19.47 16.96 21.65 -
YUV 117.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 140 104 125 0 0.26 0.11 0.45 325 0.15 0.48
Hex 8C 68 7D 0 1A B 2D 145 F 30
Octal 214 150 175 0 32 13 55 505 17 60
Binary 10001100 1101000 1111101 0 11010 1011 101101 101000101 1111 110000

Color Harmonies of #8C687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C687D

Black with #8C687D

Text Example


Text Example

White with #8C687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,104,125); }

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

background-color css

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

 a { background-color: rgb(140,104,125); }

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

border-color css

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

 span { border-color: rgb(140,104,125); }

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