Html Css Color HEX #8C677E Strikemaster

📋 copy color: '#8C677E'

red 140 ◦ green 103 ◦ blue 126

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

Shades of Strikemaster #8C677E

Tints of Strikemaster #8C677E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 37.94%
G = 27.91%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C677E (or 0x8C677E) is known color: Strikemaster. HEX triplet: 8C, 67 and 7E. RGB value is (140,103,126). Sum of RGB (Red+Green+Blue) = 140+103+126=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C677E is #739881. Grayscale: #747474. Windows color (decimal): -7575682 or 8284044. OLE color: 8284044.

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

Color convert

RGB 140 103 126 -
CMYK 0 0.26 0.10 0.45
HSL 322.7º 0.15% 0.48% -
HSV(B) 322.7º 0.26% 0.55% -
XYZ 19.43 16.78 21.95 -
YUV 116.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 140 103 126 0 0.26 0.10 0.45 322.7 0.15 0.48
Hex 8C 67 7E 0 1A A 2D 143 F 30
Octal 214 147 176 0 32 12 55 503 17 60
Binary 10001100 1100111 1111110 0 11010 1010 101101 101000011 1111 110000

Color Harmonies of #8C677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C677E

Black with #8C677E

Text Example


Text Example

White with #8C677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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