Html Css Color HEX #8C677D Strikemaster

📋 copy color: '#8C677D'

red 140 ◦ green 103 ◦ blue 125

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

Shades of Strikemaster #8C677D

Tints of Strikemaster #8C677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

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

R = 38.04%
G = 27.99%
B = 33.97%

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

#8C677D (or 0x8C677D) is known color: Strikemaster. HEX triplet: 8C, 67 and 7D. RGB value is (140,103,125). Sum of RGB (Red+Green+Blue) = 140+103+125=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C677D is #739882. Grayscale: #747474. Windows color (decimal): -7575683 or 8218508. OLE color: 8218508.

HSL color Cylindrical-coordinate representation of color #8C677D: hue angle of 324.32º 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 #8C677D is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 103 125 -
CMYK 0 0.26 0.11 0.45
HSL 324.32º 0.15% 0.48% -
HSV(B) 324.32º 0.26% 0.55% -
XYZ 19.37 16.76 21.62 -
YUV 116.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 140 103 125 0 0.26 0.11 0.45 324.32 0.15 0.48
Hex 8C 67 7D 0 1A B 2D 144 F 30
Octal 214 147 175 0 32 13 55 504 17 60
Binary 10001100 1100111 1111101 0 11010 1011 101101 101000100 1111 110000

Color Harmonies of #8C677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C677D

Black with #8C677D

Text Example


Text Example

White with #8C677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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