Html Css Color HEX #8C667E Strikemaster

📋 copy color: '#8C667E'

red 140 ◦ green 102 ◦ blue 126

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

Shades of Strikemaster #8C667E

Tints of Strikemaster #8C667E

RGB

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

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

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

R = 38.04%
G = 27.72%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C667E (or 0x8C667E) is known color: Strikemaster. HEX triplet: 8C, 66 and 7E. RGB value is (140,102,126). Sum of RGB (Red+Green+Blue) = 140+102+126=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C667E is #739981. Grayscale: #747474. Windows color (decimal): -7575938 or 8283788. OLE color: 8283788.

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

Color convert

RGB 140 102 126 -
CMYK 0 0.27 0.10 0.45
HSL 322.11º 0.16% 0.47% -
HSV(B) 322.11º 0.27% 0.55% -
XYZ 19.33 16.58 21.92 -
YUV 116.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 140 102 126 0 0.27 0.10 0.45 322.11 0.16 0.47
Hex 8C 66 7E 0 1B A 2D 142 10 2F
Octal 214 146 176 0 33 12 55 502 20 57
Binary 10001100 1100110 1111110 0 11011 1010 101101 101000010 10000 101111

Color Harmonies of #8C667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C667E

Black with #8C667E

Text Example


Text Example

White with #8C667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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