Html Css Color HEX #8C667F Strikemaster

📋 copy color: '#8C667F'

red 140 ◦ green 102 ◦ blue 127

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

Shades of Strikemaster #8C667F

Tints of Strikemaster #8C667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 37.94%
G = 27.64%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C667F (or 0x8C667F) is known color: Strikemaster. HEX triplet: 8C, 66 and 7F. RGB value is (140,102,127). Sum of RGB (Red+Green+Blue) = 140+102+127=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C667F is #739980. Grayscale: #747474. Windows color (decimal): -7575937 or 8349324. OLE color: 8349324.

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

Color convert

RGB 140 102 127 -
CMYK 0 0.27 0.09 0.45
HSL 320.53º 0.16% 0.47% -
HSV(B) 320.53º 0.27% 0.55% -
XYZ 19.4 16.61 22.26 -
YUV 116.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 140 102 127 0 0.27 0.09 0.45 320.53 0.16 0.47
Hex 8C 66 7F 0 1B 9 2D 141 10 2F
Octal 214 146 177 0 33 11 55 501 20 57
Binary 10001100 1100110 1111111 0 11011 1001 101101 101000001 10000 101111

Color Harmonies of #8C667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C667F

Black with #8C667F

Text Example


Text Example

White with #8C667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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