Html Css Color HEX #8C677F Strikemaster

📋 copy color: '#8C677F'

red 140 ◦ green 103 ◦ blue 127

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

Shades of Strikemaster #8C677F

Tints of Strikemaster #8C677F

RGB

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

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

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

R = 37.84%
G = 27.84%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C677F (or 0x8C677F) is known color: Strikemaster. HEX triplet: 8C, 67 and 7F. RGB value is (140,103,127). Sum of RGB (Red+Green+Blue) = 140+103+127=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C677F is #739880. Grayscale: #747474. Windows color (decimal): -7575681 or 8349580. OLE color: 8349580.

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

Color convert

RGB 140 103 127 -
CMYK 0 0.26 0.09 0.45
HSL 321.08º 0.15% 0.48% -
HSV(B) 321.08º 0.26% 0.55% -
XYZ 19.5 16.81 22.3 -
YUV 116.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 140 103 127 0 0.26 0.09 0.45 321.08 0.15 0.48
Hex 8C 67 7F 0 1A 9 2D 141 F 30
Octal 214 147 177 0 32 11 55 501 17 60
Binary 10001100 1100111 1111111 0 11010 1001 101101 101000001 1111 110000

Color Harmonies of #8C677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C677F

Black with #8C677F

Text Example


Text Example

White with #8C677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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